Html Css Color HEX #041429 Black Pearl

📋 copy color: '#041429'

red 4 ◦ green 20 ◦ blue 41

#041429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #041429

Tints of Black Pearl #041429

RGB

 RED value IS 4 (1.95% from 255) = 6.15%

 GREEN value IS 20 (8.2% from 255) = 30.77%

 BLUE value IS 41 (16.41% from 255) = 63.08%

R = 6.15%
G = 30.77%
B = 63.08%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#041429 (or 0x041429) is known color: Black Pearl. HEX triplet: 04, 14 and 29. RGB value is (4,20,41). Sum of RGB (Red+Green+Blue) = 4+20+41=65 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.15% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 41 (16.41% from 255 or 63.08% from 65); Max value from RGB is 41 - color contains mainly: blue. Hex color #041429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041429 is #FBEBD6. Grayscale: #111111. Windows color (decimal): -16509911 or 2692100. OLE color: 2692100.

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

Color convert

RGB 4 20 41 -
CMYK 0.90 0.51 0 0.84
HSL 214.05º 0.82% 0.09% -
HSV(B) 214.05º 0.9% 0.16% -
XYZ 0.7 0.69 2.19 -
YUV 17.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 4 20 41 0.90 0.51 0 0.84 214.05 0.82 0.09
Hex 4 14 29 5A 33 0 54 D6 52 9
Octal 4 24 51 132 63 0 124 326 122 11
Binary 100 10100 101001 1011010 110011 0 1010100 11010110 1010010 1001

Color Harmonies of #041429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041429

Black with #041429

Text Example


Text Example

White with #041429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041429; }

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

 H1.HeaderClassName
 {
   color: #041429;
 }
 .AnyTagClassName
 {
   color: #041429;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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