#06202F

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

Shades of Black Pearl #06202F

Tints of Black Pearl #06202F

Color information

#06202F (or 0x06202F) is unknown color: approx Black Pearl. HEX triplet: 06, 20 and 2F. RGB value is (6,32,47). Sum of RGB (Red+Green+Blue) = 6+32+47=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 47 (18.75% from 255 or 55.29% from 85); Max value from RGB is 47 - color contains mainly: blue. Hex color #06202F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06202F is #F9DFD0. Grayscale: #191919. Windows color (decimal): -16375761 or 3088390. OLE color: 3088390.

HSL color Cylindrical-coordinate representation of color #06202F: hue angle of 201.95º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #06202F is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB63247-
CMYK0.870.3200.82
HSL201.95º77.36%10.39%-
HSV(B)201.95º87.23%18.43%-
XYZ1.11.282.88-
YUV25.94139.89113.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.06%
GREEN value IS 32 (12.89% from 255) = 37.65%
BLUE value IS 47 (18.75% from 255) = 55.29%
R=7.06%
G=37.65%
B=55.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal632470.870.3200.82201.9577.3610.39
Hex6202F5720052ca4da
Octal6405712740012231211512
Binary1101000001011111010111100000010100101100101010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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