#06090C

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

Shades of Black Pearl #06090C

Tints of Black Pearl #06090C

Color information

#06090C (or 0x06090C) is unknown color: approx Black Pearl. HEX triplet: 06, 09 and 0C. RGB value is (6,9,12). Sum of RGB (Red+Green+Blue) = 6+9+12=27 (3% of max value = 765). Red value is 6 (2.73% from 255 or 22.22% from 27); Green value is 9 (3.91% from 255 or 33.33% from 27); Blue value is 12 (5.08% from 255 or 44.44% from 27); Max value from RGB is 12 - color contains mainly: blue. Hex color #06090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06090C is #F9F6F3. Grayscale: #080808. Windows color (decimal): -16381684 or 788742. OLE color: 788742.

HSL color Cylindrical-coordinate representation of color #06090C: hue angle of 210º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #06090C is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB6912-
CMYK0.500.2500.95
HSL210º33.33%3.53%-
HSV(B)210º50%4.71%-
XYZ0.240.260.39-
YUV8.44130.01126.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 22.22%
GREEN value IS 9 (3.91% from 255) = 33.33%
BLUE value IS 12 (5.08% from 255) = 44.44%
R=22.22%
G=33.33%
B=44.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal69120.500.2500.9521033.333.53
Hex69C321905Fd2214
Octal6111462310137322414
Binary11010011100110010110010101111111010010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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