#06282C

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

Shades of Black Pearl #06282C

Tints of Black Pearl #06282C

Color information

#06282C (or 0x06282C) is unknown color: approx Black Pearl. HEX triplet: 06, 28 and 2C. RGB value is (6,40,44). Sum of RGB (Red+Green+Blue) = 6+40+44=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 40 (16.02% from 255 or 44.44% from 90); Blue value is 44 (17.58% from 255 or 48.89% from 90); Max value from RGB is 44 - color contains mainly: blue. Hex color #06282C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06282C is #F9D7D3. Grayscale: #1E1E1E. Windows color (decimal): -16373716 or 2893830. OLE color: 2893830.

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

Color convert

RGB64044-
CMYK0.860.0900.83
HSL186.32º76%9.8%-
HSV(B)186.32º86.36%17.25%-
XYZ1.291.742.65-
YUV30.29135.74110.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.67%
GREEN value IS 40 (16.02% from 255) = 44.44%
BLUE value IS 44 (17.58% from 255) = 48.89%
R=6.67%
G=44.44%
B=48.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal640440.860.0900.83186.32769.8
Hex6282C569053ba4ca
Octal6505412611012327211412
Binary11010100010110010101101001010100111011101010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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