#090C10

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

Shades of Black Pearl #090C10

Tints of Black Pearl #090C10

Color information

#090C10 (or 0x090C10) is unknown color: approx Black Pearl. HEX triplet: 09, 0C and 10. RGB value is (9,12,16). Sum of RGB (Red+Green+Blue) = 9+12+16=37 (4% of max value = 765). Red value is 9 (3.91% from 255 or 24.32% from 37); Green value is 12 (5.08% from 255 or 32.43% from 37); Blue value is 16 (6.64% from 255 or 43.24% from 37); Max value from RGB is 16 - color contains mainly: blue. Hex color #090C10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090C10 is #F6F3EF. Grayscale: #0B0B0B. Windows color (decimal): -16184304 or 1051657. OLE color: 1051657.

HSL color Cylindrical-coordinate representation of color #090C10: hue angle of 214.29º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #090C10 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB91216-
CMYK0.440.2500.94
HSL214.29º28%4.9%-
HSV(B)214.29º43.75%6.27%-
XYZ0.340.360.54-
YUV11.56130.51126.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 24.32%
GREEN value IS 12 (5.08% from 255) = 32.43%
BLUE value IS 16 (6.64% from 255) = 43.24%
R=24.32%
G=32.43%
B=43.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal912160.440.2500.94214.29284.9
Hex9C102C1905Ed61c5
Octal11142054310136326345
Binary100111001000010110011001010111101101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090C10; }

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

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

<style>
 a { background-color: #090C10; }

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

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

<style>
 span { border-color: #090C10; }

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

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