#06090A

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

Shades of Black Pearl #06090A

Tints of Black Pearl #06090A

Color information

#06090A (or 0x06090A) is unknown color: approx Black Pearl. HEX triplet: 06, 09 and 0A. RGB value is (6,9,10). Sum of RGB (Red+Green+Blue) = 6+9+10=25 (3% of max value = 765). Red value is 6 (2.73% from 255 or 24% from 25); Green value is 9 (3.91% from 255 or 36% from 25); Blue value is 10 (4.30% from 255 or 40% from 25); Max value from RGB is 10 - color contains mainly: blue. Hex color #06090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06090A is #F9F6F5. Grayscale: #080808. Windows color (decimal): -16381686 or 657670. OLE color: 657670.

HSL color Cylindrical-coordinate representation of color #06090A: hue angle of 195º degrees, saturation: 0.25, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #06090A is Cyan = 0.4, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB6910-
CMYK0.40.1000.96
HSL195º25%3.14%-
HSV(B)195º40%3.92%-
XYZ0.230.260.32-
YUV8.22129.01126.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 24%
GREEN value IS 9 (3.91% from 255) = 36%
BLUE value IS 10 (4.30% from 255) = 40%
R=24%
G=36%
B=40%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal69100.40.1000.96195253.14
Hex69A28A060c3193
Octal6111250120140303313
Binary11010011010101000101001100000110000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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