#041A2C

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

Shades of Black Pearl #041A2C

Tints of Black Pearl #041A2C

Color information

#041A2C (or 0x041A2C) is unknown color: approx Black Pearl. HEX triplet: 04, 1A and 2C. RGB value is (4,26,44). Sum of RGB (Red+Green+Blue) = 4+26+44=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 44 (17.58% from 255 or 59.46% from 74); Max value from RGB is 44 - color contains mainly: blue. Hex color #041A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A2C is #FBE5D3. Grayscale: #151515. Windows color (decimal): -16508372 or 2890244. OLE color: 2890244.

HSL color Cylindrical-coordinate representation of color #041A2C: hue angle of 207º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #041A2C is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB42644-
CMYK0.910.4100.83
HSL207º83.33%9.41%-
HSV(B)207º90.91%17.25%-
XYZ0.870.952.52-
YUV21.47140.71115.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.41%
GREEN value IS 26 (10.55% from 255) = 35.14%
BLUE value IS 44 (17.58% from 255) = 59.46%
R=5.41%
G=35.14%
B=59.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal426440.910.4100.8320783.339.41
Hex41A2C5B29053cf539
Octal4325413351012331712311
Binary100110101011001011011101001010100111100111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,26,44); }

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

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

 a { background-color: rgb(4,26,44); }

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

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

 span { border-color: rgb(4,26,44); }

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