Html Css Color HEX #052129 Black Pearl

📋 copy color: '#052129'

red 5 ◦ green 33 ◦ blue 41

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

Shades of Black Pearl #052129

Tints of Black Pearl #052129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 41.77%

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

R = 6.33%
G = 41.77%
B = 51.9%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#052129 (or 0x052129) is known color: Black Pearl. HEX triplet: 05, 21 and 29. RGB value is (5,33,41). Sum of RGB (Red+Green+Blue) = 5+33+41=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 41 (16.41% from 255 or 51.90% from 79); Max value from RGB is 41 - color contains mainly: blue. Hex color #052129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052129 is #FADED6. Grayscale: #191919. Windows color (decimal): -16441047 or 2695429. OLE color: 2695429.

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

Color convert

RGB 5 33 41 -
CMYK 0.88 0.20 0 0.84
HSL 193.33º 0.78% 0.09% -
HSV(B) 193.33º 0.88% 0.16% -
XYZ 1.01 1.28 2.29 -
YUV 25.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 5 33 41 0.88 0.20 0 0.84 193.33 0.78 0.09
Hex 5 21 29 58 14 0 54 C1 4E 9
Octal 5 41 51 130 24 0 124 301 116 11
Binary 101 100001 101001 1011000 10100 0 1010100 11000001 1001110 1001

Color Harmonies of #052129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052129

Black with #052129

Text Example


Text Example

White with #052129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052129; }

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

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

background-color css

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

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

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

border-color css

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

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

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