Html Css Color HEX #051429 Black Pearl

📋 copy color: '#051429'

red 5 ◦ green 20 ◦ blue 41

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

Shades of Black Pearl #051429

Tints of Black Pearl #051429

RGB

 RED value IS 5 (2.34% from 255) = 7.58%

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

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

R = 7.58%
G = 30.3%
B = 62.12%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#051429 (or 0x051429) is known color: Black Pearl. HEX triplet: 05, 14 and 29. RGB value is (5,20,41). Sum of RGB (Red+Green+Blue) = 5+20+41=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 41 (16.41% from 255 or 62.12% from 66); Max value from RGB is 41 - color contains mainly: blue. Hex color #051429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051429 is #FAEBD6. Grayscale: #111111. Windows color (decimal): -16444375 or 2692101. OLE color: 2692101.

HSL color Cylindrical-coordinate representation of color #051429: hue angle of 215º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #051429 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 20 41 -
CMYK 0.88 0.51 0 0.84
HSL 215º 0.78% 0.09% -
HSV(B) 215º 0.88% 0.16% -
XYZ 0.71 0.69 2.19 -
YUV 17.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 5 20 41 0.88 0.51 0 0.84 215 0.78 0.09
Hex 5 14 29 58 33 0 54 D7 4E 9
Octal 5 24 51 130 63 0 124 327 116 11
Binary 101 10100 101001 1011000 110011 0 1010100 11010111 1001110 1001

Color Harmonies of #051429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051429

Black with #051429

Text Example


Text Example

White with #051429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051429; }

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

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

background-color css

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

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

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

border-color css

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

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

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