Html Css Color HEX #062029 Black Pearl

📋 copy color: '#062029'

red 6 ◦ green 32 ◦ blue 41

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

Shades of Black Pearl #062029

Tints of Black Pearl #062029

RGB

 RED value IS 6 (2.73% from 255) = 7.59%

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

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

R = 7.59%
G = 40.51%
B = 51.9%

CMYK

 C value IS 0.85

 M value IS 0.22

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#062029 (or 0x062029) is known color: Black Pearl. HEX triplet: 06, 20 and 29. RGB value is (6,32,41). Sum of RGB (Red+Green+Blue) = 6+32+41=79 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.59% from 79); Green value is 32 (12.89% from 255 or 40.51% 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 #062029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062029 is #F9DFD6. Grayscale: #191919. Windows color (decimal): -16375767 or 2695174. OLE color: 2695174.

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

Color convert

RGB 6 32 41 -
CMYK 0.85 0.22 0 0.84
HSL 195.43º 0.74% 0.09% -
HSV(B) 195.43º 0.85% 0.16% -
XYZ 0.99 1.23 2.28 -
YUV 25.25 136.89 114.27 -
System Red Green Blue C M Y K H S L
Decimal 6 32 41 0.85 0.22 0 0.84 195.43 0.74 0.09
Hex 6 20 29 55 16 0 54 C3 4A 9
Octal 6 40 51 125 26 0 124 303 112 11
Binary 110 100000 101001 1010101 10110 0 1010100 11000011 1001010 1001

Color Harmonies of #062029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062029

Black with #062029

Text Example


Text Example

White with #062029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062029; }

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

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

background-color css

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

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

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

border-color css

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

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

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