Html Css Color HEX #062129 Black Pearl

📋 copy color: '#062129'

red 6 ◦ green 33 ◦ blue 41

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

Shades of Black Pearl #062129

Tints of Black Pearl #062129

RGB

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

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

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

R = 7.5%
G = 41.25%
B = 51.25%

CMYK

 C value IS 0.85

 M value IS 0.20

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#062129 (or 0x062129) is known color: Black Pearl. HEX triplet: 06, 21 and 29. RGB value is (6,33,41). Sum of RGB (Red+Green+Blue) = 6+33+41=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 33 (13.28% from 255 or 41.25% from 80); Blue value is 41 (16.41% from 255 or 51.25% from 80); Max value from RGB is 41 - color contains mainly: blue. Hex color #062129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062129 is #F9DED6. Grayscale: #191919. Windows color (decimal): -16375511 or 2695430. OLE color: 2695430.

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

Color convert

RGB 6 33 41 -
CMYK 0.85 0.20 0 0.84
HSL 193.71º 0.74% 0.09% -
HSV(B) 193.71º 0.85% 0.16% -
XYZ 1.02 1.29 2.29 -
YUV 25.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 6 33 41 0.85 0.20 0 0.84 193.71 0.74 0.09
Hex 6 21 29 55 14 0 54 C2 4A 9
Octal 6 41 51 125 24 0 124 302 112 11
Binary 110 100001 101001 1010101 10100 0 1010100 11000010 1001010 1001

Color Harmonies of #062129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062129

Black with #062129

Text Example


Text Example

White with #062129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062129; }

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

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

background-color css

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

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

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

border-color css

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

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

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