#06202B

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

Shades of Black Pearl #06202B

Tints of Black Pearl #06202B

Color information

#06202B (or 0x06202B) is unknown color: approx Black Pearl. HEX triplet: 06, 20 and 2B. RGB value is (6,32,43). Sum of RGB (Red+Green+Blue) = 6+32+43=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 43 (17.19% from 255 or 53.09% from 81); Max value from RGB is 43 - color contains mainly: blue. Hex color #06202B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06202B is #F9DFD4. Grayscale: #191919. Windows color (decimal): -16375765 or 2826246. OLE color: 2826246.

HSL color Cylindrical-coordinate representation of color #06202B: hue angle of 197.84º 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 #06202B is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB63243-
CMYK0.860.2600.83
HSL197.84º75.51%9.61%-
HSV(B)197.84º86.05%16.86%-
XYZ1.031.252.47-
YUV25.48137.89114.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.41%
GREEN value IS 32 (12.89% from 255) = 39.51%
BLUE value IS 43 (17.19% from 255) = 53.09%
R=7.41%
G=39.51%
B=53.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal632430.860.2600.83197.8475.519.61
Hex6202B561A053c64ca
Octal6405312632012330611412
Binary110100000101011101011011010010100111100011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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