#06202C

Color #06202C Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #06202C

Tints of Black Pearl #06202C

Color information

#06202C (or 0x06202C) is unknown color: approx Black Pearl. HEX triplet: 06, 20 and 2C. RGB value is (6,32,44). Sum of RGB (Red+Green+Blue) = 6+32+44=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 32 (12.89% from 255 or 39.02% from 82); Blue value is 44 (17.58% from 255 or 53.66% from 82); Max value from RGB is 44 - color contains mainly: blue. Hex color #06202C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06202C is #F9DFD3. Grayscale: #191919. Windows color (decimal): -16375764 or 2891782. OLE color: 2891782.

HSL color Cylindrical-coordinate representation of color #06202C: hue angle of 198.95º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06202C is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB63244-
CMYK0.860.2700.83
HSL198.95º76%9.8%-
HSV(B)198.95º86.36%17.25%-
XYZ1.051.252.57-
YUV25.59138.39114.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.32%
GREEN value IS 32 (12.89% from 255) = 39.02%
BLUE value IS 44 (17.58% from 255) = 53.66%
R=7.32%
G=39.02%
B=53.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal632440.860.2700.83198.95769.8
Hex6202C561B053c74ca
Octal6405412633012330711412
Binary110100000101100101011011011010100111100011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06202C; }

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

 H1.HeaderClassName
 {
   color: #06202C;
 }
 .AnyTagClassName
 {
   color: #06202C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #06202C;
 }
 .BgClassName
 {
   background-color: #06202C;
 }
</style>
border-color css

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

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

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