Html Css Color HEX #061C20 Black Pearl

📋 copy color: '#061C20'

red 6 ◦ green 28 ◦ blue 32

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

Shades of Black Pearl #061C20

Tints of Black Pearl #061C20

RGB

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

 GREEN value IS 28 (11.33% from 255) = 42.42%

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

R = 9.09%
G = 42.42%
B = 48.48%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#061C20 (or 0x061C20) is known color: Black Pearl. HEX triplet: 06, 1C and 20. RGB value is (6,28,32). Sum of RGB (Red+Green+Blue) = 6+28+32=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 32 (12.89% from 255 or 48.48% from 66); Max value from RGB is 32 - color contains mainly: blue. Hex color #061C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C20 is #F9E3DF. Grayscale: #151515. Windows color (decimal): -16376800 or 2104326. OLE color: 2104326.

HSL color Cylindrical-coordinate representation of color #061C20: hue angle of 189.23º 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 #061C20 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 6 28 32 -
CMYK 0.81 0.12 0 0.87
HSL 189.23º 0.68% 0.07% -
HSV(B) 189.23º 0.81% 0.13% -
XYZ 0.75 0.97 1.51 -
YUV 21.88 133.71 116.67 -
System Red Green Blue C M Y K H S L
Decimal 6 28 32 0.81 0.12 0 0.87 189.23 0.68 0.07
Hex 6 1C 20 51 C 0 57 BD 44 7
Octal 6 34 40 121 14 0 127 275 104 7
Binary 110 11100 100000 1010001 1100 0 1010111 10111101 1000100 111

Color Harmonies of #061C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061C20

Black with #061C20

Text Example


Text Example

White with #061C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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