#041A24

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

Shades of Black Pearl #041A24

Tints of Black Pearl #041A24

Color information

#041A24 (or 0x041A24) is unknown color: approx Black Pearl. HEX triplet: 04, 1A and 24. RGB value is (4,26,36). Sum of RGB (Red+Green+Blue) = 4+26+36=66 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.06% from 66); Green value is 26 (10.55% from 255 or 39.39% from 66); Blue value is 36 (14.45% from 255 or 54.55% from 66); Max value from RGB is 36 - color contains mainly: blue. Hex color #041A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A24 is #FBE5DB. Grayscale: #141414. Windows color (decimal): -16508380 or 2365956. OLE color: 2365956.

HSL color Cylindrical-coordinate representation of color #041A24: hue angle of 198.75º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #041A24 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB42636-
CMYK0.890.2800.86
HSL198.75º80%7.84%-
HSV(B)198.75º88.89%14.12%-
XYZ0.740.891.8-
YUV20.56136.71116.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.06%
GREEN value IS 26 (10.55% from 255) = 39.39%
BLUE value IS 36 (14.45% from 255) = 54.55%
R=6.06%
G=39.39%
B=54.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal426360.890.2800.86198.75807.84
Hex41A24591C056c7508
Octal4324413134012630712010
Binary10011010100100101100111100010101101100011110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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