Html Css Color HEX #062229 Black Pearl

📋 copy color: '#062229'

red 6 ◦ green 34 ◦ blue 41

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

Shades of Black Pearl #062229

Tints of Black Pearl #062229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 41.98%

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

R = 7.41%
G = 41.98%
B = 50.62%

CMYK

 C value IS 0.85

 M value IS 0.17

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#062229 (or 0x062229) is known color: Black Pearl. HEX triplet: 06, 22 and 29. RGB value is (6,34,41). Sum of RGB (Red+Green+Blue) = 6+34+41=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 34 (13.67% from 255 or 41.98% from 81); Blue value is 41 (16.41% from 255 or 50.62% from 81); Max value from RGB is 41 - color contains mainly: blue. Hex color #062229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062229 is #F9DDD6. Grayscale: #1A1A1A. Windows color (decimal): -16375255 or 2695686. OLE color: 2695686.

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

Color convert

RGB 6 34 41 -
CMYK 0.85 0.17 0 0.84
HSL 192º 0.74% 0.09% -
HSV(B) 192º 0.85% 0.16% -
XYZ 1.05 1.34 2.3 -
YUV 26.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 6 34 41 0.85 0.17 0 0.84 192 0.74 0.09
Hex 6 22 29 55 11 0 54 C0 4A 9
Octal 6 42 51 125 21 0 124 300 112 11
Binary 110 100010 101001 1010101 10001 0 1010100 11000000 1001010 1001

Color Harmonies of #062229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062229

Black with #062229

Text Example


Text Example

White with #062229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062229; }

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

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

background-color css

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

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

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

border-color css

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

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

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