#06282F

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

Shades of Black Pearl #06282F

Tints of Black Pearl #06282F

Color information

#06282F (or 0x06282F) is unknown color: approx Black Pearl. HEX triplet: 06, 28 and 2F. RGB value is (6,40,47). Sum of RGB (Red+Green+Blue) = 6+40+47=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 47 (18.75% from 255 or 50.54% from 93); Max value from RGB is 47 - color contains mainly: blue. Hex color #06282F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06282F is #F9D7D0. Grayscale: #1E1E1E. Windows color (decimal): -16373713 or 3090438. OLE color: 3090438.

HSL color Cylindrical-coordinate representation of color #06282F: hue angle of 190.24º 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 #06282F is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB64047-
CMYK0.870.1500.82
HSL190.24º77.36%10.39%-
HSV(B)190.24º87.23%18.43%-
XYZ1.351.762.96-
YUV30.63137.24110.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.45%
GREEN value IS 40 (16.02% from 255) = 43.01%
BLUE value IS 47 (18.75% from 255) = 50.54%
R=6.45%
G=43.01%
B=50.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal640470.870.1500.82190.2477.3610.39
Hex6282F57F052be4da
Octal6505712717012227611512
Binary11010100010111110101111111010100101011111010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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