Html Css Color HEX #061629 Black Pearl

📋 copy color: '#061629'

red 6 ◦ green 22 ◦ blue 41

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

Shades of Black Pearl #061629

Tints of Black Pearl #061629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 31.88%

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

R = 8.7%
G = 31.88%
B = 59.42%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#061629 (or 0x061629) is known color: Black Pearl. HEX triplet: 06, 16 and 29. RGB value is (6,22,41). Sum of RGB (Red+Green+Blue) = 6+22+41=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 22 (8.98% from 255 or 31.88% from 69); Blue value is 41 (16.41% from 255 or 59.42% from 69); Max value from RGB is 41 - color contains mainly: blue. Hex color #061629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061629 is #F9E9D6. Grayscale: #131313. Windows color (decimal): -16378327 or 2692614. OLE color: 2692614.

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

Color convert

RGB 6 22 41 -
CMYK 0.85 0.46 0 0.84
HSL 212.57º 0.74% 0.09% -
HSV(B) 212.57º 0.85% 0.16% -
XYZ 0.76 0.77 2.21 -
YUV 19.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 6 22 41 0.85 0.46 0 0.84 212.57 0.74 0.09
Hex 6 16 29 55 2E 0 54 D5 4A 9
Octal 6 26 51 125 56 0 124 325 112 11
Binary 110 10110 101001 1010101 101110 0 1010100 11010101 1001010 1001

Color Harmonies of #061629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061629

Black with #061629

Text Example


Text Example

White with #061629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061629; }

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

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

background-color css

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

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

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

border-color css

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

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

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