#041929

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

Shades of Black Pearl #041929

Tints of Black Pearl #041929

Color information

#041929 (or 0x041929) is unknown color: approx Black Pearl. HEX triplet: 04, 19 and 29. RGB value is (4,25,41). Sum of RGB (Red+Green+Blue) = 4+25+41=70 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.71% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 41 (16.41% from 255 or 58.57% from 70); Max value from RGB is 41 - color contains mainly: blue. Hex color #041929 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041929 is #FBE6D6. Grayscale: #141414. Windows color (decimal): -16508631 or 2693380. OLE color: 2693380.

HSL color Cylindrical-coordinate representation of color #041929: hue angle of 205.95º 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 #041929 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB42541-
CMYK0.900.3900.84
HSL205.95º82.22%8.82%-
HSV(B)205.95º90.24%16.08%-
XYZ0.80.882.23-
YUV20.54139.54116.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.71%
GREEN value IS 25 (10.16% from 255) = 35.71%
BLUE value IS 41 (16.41% from 255) = 58.57%
R=5.71%
G=35.71%
B=58.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal425410.900.3900.84205.9582.228.82
Hex419295A27054ce529
Octal4315113247012431612211
Binary100110011010011011010100111010101001100111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041929; }

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

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

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

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

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

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

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

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