#041229

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

Shades of Black Pearl #041229

Tints of Black Pearl #041229

Color information

#041229 (or 0x041229) is unknown color: approx Black Pearl. HEX triplet: 04, 12 and 29. RGB value is (4,18,41). Sum of RGB (Red+Green+Blue) = 4+18+41=63 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.35% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 41 (16.41% from 255 or 65.08% from 63); Max value from RGB is 41 - color contains mainly: blue. Hex color #041229 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041229 is #FBEDD6. Grayscale: #101010. Windows color (decimal): -16510423 or 2691588. OLE color: 2691588.

HSL color Cylindrical-coordinate representation of color #041229: hue angle of 217.3º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #041229 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB41841-
CMYK0.900.5600.84
HSL217.3º82.22%8.82%-
HSV(B)217.3º90.24%16.08%-
XYZ0.670.622.18-
YUV16.44141.86119.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.35%
GREEN value IS 18 (7.42% from 255) = 28.57%
BLUE value IS 41 (16.41% from 255) = 65.08%
R=6.35%
G=28.57%
B=65.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal418410.900.5600.84217.382.228.82
Hex412295A38054d9529
Octal4225113270012433112211
Binary100100101010011011010111000010101001101100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041229; }

 p { color: rgb(4,18,41); }

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

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

 a { background-color: rgb(4,18,41); }

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

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

 span { border-color: rgb(4,18,41); }

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