Html Css Color HEX #051229 Black Pearl

📋 copy color: '#051229'

red 5 ◦ green 18 ◦ blue 41

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

Shades of Black Pearl #051229

Tints of Black Pearl #051229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 28.13%

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

R = 7.81%
G = 28.13%
B = 64.06%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#051229 (or 0x051229) is known color: Black Pearl. HEX triplet: 05, 12 and 29. RGB value is (5,18,41). Sum of RGB (Red+Green+Blue) = 5+18+41=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 41 (16.41% from 255 or 64.06% from 64); Max value from RGB is 41 - color contains mainly: blue. Hex color #051229 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051229 is #FAEDD6. Grayscale: #101010. Windows color (decimal): -16444887 or 2691589. OLE color: 2691589.

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

Color convert

RGB 5 18 41 -
CMYK 0.88 0.56 0 0.84
HSL 218.33º 0.78% 0.09% -
HSV(B) 218.33º 0.88% 0.16% -
XYZ 0.68 0.62 2.18 -
YUV 16.74 141.69 119.63 -
System Red Green Blue C M Y K H S L
Decimal 5 18 41 0.88 0.56 0 0.84 218.33 0.78 0.09
Hex 5 12 29 58 38 0 54 DA 4E 9
Octal 5 22 51 130 70 0 124 332 116 11
Binary 101 10010 101001 1011000 111000 0 1010100 11011010 1001110 1001

Color Harmonies of #051229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051229

Black with #051229

Text Example


Text Example

White with #051229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051229; }

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

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

background-color css

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

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

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

border-color css

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

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

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