#06090D

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

Shades of Black Pearl #06090D

Tints of Black Pearl #06090D

Color information

#06090D (or 0x06090D) is unknown color: approx Black Pearl. HEX triplet: 06, 09 and 0D. RGB value is (6,9,13). Sum of RGB (Red+Green+Blue) = 6+9+13=28 (3% of max value = 765). Red value is 6 (2.73% from 255 or 21.43% from 28); Green value is 9 (3.91% from 255 or 32.14% from 28); Blue value is 13 (5.47% from 255 or 46.43% from 28); Max value from RGB is 13 - color contains mainly: blue. Hex color #06090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06090D is #F9F6F2. Grayscale: #080808. Windows color (decimal): -16381683 or 854278. OLE color: 854278.

HSL color Cylindrical-coordinate representation of color #06090D: hue angle of 214.29º degrees, saturation: 0.37, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #06090D is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB6913-
CMYK0.540.3100.95
HSL214.29º36.84%3.73%-
HSV(B)214.29º53.85%5.1%-
XYZ0.250.260.42-
YUV8.56130.51126.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 21.43%
GREEN value IS 9 (3.91% from 255) = 32.14%
BLUE value IS 13 (5.47% from 255) = 46.43%
R=21.43%
G=32.14%
B=46.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal69130.540.3100.95214.2936.843.73
Hex69D361F05Fd6254
Octal6111566370137326454
Binary11010011101110110111110101111111010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06090D; }

 p { color: rgb(6,9,13); }

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

<style>
 a { background-color: #06090D; }

 a { background-color: rgb(6,9,13); }

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

<style>
 span { border-color: #06090D; }

 span { border-color: rgb(6,9,13); }

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