#041B2D

Color #041B2D Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #041B2D

Tints of Black Pearl #041B2D

Color information

#041B2D (or 0x041B2D) is unknown color: approx Black Pearl. HEX triplet: 04, 1B and 2D. RGB value is (4,27,45). Sum of RGB (Red+Green+Blue) = 4+27+45=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 45 (17.97% from 255 or 59.21% from 76); Max value from RGB is 45 - color contains mainly: blue. Hex color #041B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041B2D is #FBE4D2. Grayscale: #161616. Windows color (decimal): -16508115 or 2956036. OLE color: 2956036.

HSL color Cylindrical-coordinate representation of color #041B2D: hue angle of 206.34º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #041B2D is Cyan = 0.91, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB42745-
CMYK0.910.400.82
HSL206.34º83.67%9.61%-
HSV(B)206.34º91.11%17.65%-
XYZ0.9212.63-
YUV22.17140.88115.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 5.26%
GREEN value IS 27 (10.94% from 255) = 35.53%
BLUE value IS 45 (17.97% from 255) = 59.21%
R=5.26%
G=35.53%
B=59.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal427450.910.400.82206.3483.679.61
Hex41B2D5B28052ce54a
Octal4335513350012231612412
Binary100110111011011011011101000010100101100111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041B2D; }

 p { color: rgb(4,27,45); }

 H1.HeaderClassName
 {
   color: #041B2D;
 }
 .AnyTagClassName
 {
   color: #041B2D;
 }
</style>
background-color css

<style>
 a { background-color: #041B2D; }

 a { background-color: rgb(4,27,45); }

 div.DivClassName
 {
   background-color: #041B2D;
 }
 .BgClassName
 {
   background-color: #041B2D;
 }
</style>
border-color css

<style>
 span { border-color: #041B2D; }

 span { border-color: rgb(4,27,45); }

 td.TdClassName
 {
   border-color: #041B2D;
 }
 .TagClassName
 {
   border-color: #041B2D;
 }
</style>