Html Css Color HEX #052029 Black Pearl

📋 copy color: '#052029'

red 5 ◦ green 32 ◦ blue 41

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

Shades of Black Pearl #052029

Tints of Black Pearl #052029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 41.03%

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

R = 6.41%
G = 41.03%
B = 52.56%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#052029 (or 0x052029) is known color: Black Pearl. HEX triplet: 05, 20 and 29. RGB value is (5,32,41). Sum of RGB (Red+Green+Blue) = 5+32+41=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 32 (12.89% from 255 or 41.03% from 78); Blue value is 41 (16.41% from 255 or 52.56% from 78); Max value from RGB is 41 - color contains mainly: blue. Hex color #052029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052029 is #FADFD6. Grayscale: #181818. Windows color (decimal): -16441303 or 2695173. OLE color: 2695173.

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

Color convert

RGB 5 32 41 -
CMYK 0.88 0.22 0 0.84
HSL 195º 0.78% 0.09% -
HSV(B) 195º 0.88% 0.16% -
XYZ 0.98 1.23 2.28 -
YUV 24.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 5 32 41 0.88 0.22 0 0.84 195 0.78 0.09
Hex 5 20 29 58 16 0 54 C3 4E 9
Octal 5 40 51 130 26 0 124 303 116 11
Binary 101 100000 101001 1011000 10110 0 1010100 11000011 1001110 1001

Color Harmonies of #052029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052029

Black with #052029

Text Example


Text Example

White with #052029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052029; }

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

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

background-color css

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

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

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

border-color css

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

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

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