Html Css Color HEX #061220 Black Pearl

📋 copy color: '#061220'

red 6 ◦ green 18 ◦ blue 32

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

Shades of Black Pearl #061220

Tints of Black Pearl #061220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 32.14%

 BLUE value IS 32 (12.89% from 255) = 57.14%

R = 10.71%
G = 32.14%
B = 57.14%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#061220 (or 0x061220) is known color: Black Pearl. HEX triplet: 06, 12 and 20. RGB value is (6,18,32). Sum of RGB (Red+Green+Blue) = 6+18+32=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 32 (12.89% from 255 or 57.14% from 56); Max value from RGB is 32 - color contains mainly: blue. Hex color #061220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061220 is #F9EDDF. Grayscale: #0F0F0F. Windows color (decimal): -16379360 or 2101766. OLE color: 2101766.

HSL color Cylindrical-coordinate representation of color #061220: hue angle of 212.31º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #061220 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 6 18 32 -
CMYK 0.81 0.44 0 0.87
HSL 212.31º 0.68% 0.07% -
HSV(B) 212.31º 0.81% 0.13% -
XYZ 0.55 0.58 1.45 -
YUV 16.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 6 18 32 0.81 0.44 0 0.87 212.31 0.68 0.07
Hex 6 12 20 51 2C 0 57 D4 44 7
Octal 6 22 40 121 54 0 127 324 104 7
Binary 110 10010 100000 1010001 101100 0 1010111 11010100 1000100 111

Color Harmonies of #061220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061220

Black with #061220

Text Example


Text Example

White with #061220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061220; }

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

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

background-color css

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

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

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

border-color css

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

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

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