#06080B

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

Shades of Black Pearl #06080B

Tints of Black Pearl #06080B

Color information

#06080B (or 0x06080B) is unknown color: approx Black Pearl. HEX triplet: 06, 08 and 0B. RGB value is (6,8,11). Sum of RGB (Red+Green+Blue) = 6+8+11=25 (3% of max value = 765). Red value is 6 (2.73% from 255 or 24% from 25); Green value is 8 (3.52% from 255 or 32% from 25); Blue value is 11 (4.69% from 255 or 44% from 25); Max value from RGB is 11 - color contains mainly: blue. Hex color #06080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06080B is #F9F7F4. Grayscale: #070707. Windows color (decimal): -16381941 or 722950. OLE color: 722950.

HSL color Cylindrical-coordinate representation of color #06080B: hue angle of 216º degrees, saturation: 0.29, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #06080B is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB6811-
CMYK0.450.2700.96
HSL216º29.41%3.33%-
HSV(B)216º45.45%4.31%-
XYZ0.220.240.35-
YUV7.74129.84126.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 24%
GREEN value IS 8 (3.52% from 255) = 32%
BLUE value IS 11 (4.69% from 255) = 44%
R=24%
G=32%
B=44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal68110.450.2700.9621629.413.33
Hex68B2D1B060d81d3
Octal6101355330140330353
Binary110100010111011011101101100000110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,8,11); }

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

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

 a { background-color: rgb(6,8,11); }

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

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

 span { border-color: rgb(6,8,11); }

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