#09111A

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

Shades of Black Pearl #09111A

Tints of Black Pearl #09111A

Color information

#09111A (or 0x09111A) is unknown color: approx Black Pearl. HEX triplet: 09, 11 and 1A. RGB value is (9,17,26). Sum of RGB (Red+Green+Blue) = 9+17+26=52 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.31% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 26 (10.55% from 255 or 50% from 52); Max value from RGB is 26 - color contains mainly: blue. Hex color #09111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09111A is #F6EEE5. Grayscale: #0F0F0F. Windows color (decimal): -16183014 or 1708297. OLE color: 1708297.

HSL color Cylindrical-coordinate representation of color #09111A: hue angle of 211.76º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #09111A is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB91726-
CMYK0.650.3500.90
HSL211.76º48.57%6.86%-
HSV(B)211.76º65.38%10.2%-
XYZ0.50.531.05-
YUV15.63133.85123.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 17.31%
GREEN value IS 17 (7.03% from 255) = 32.69%
BLUE value IS 26 (10.55% from 255) = 50%
R=17.31%
G=32.69%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal917260.650.3500.90211.7648.576.86
Hex9111A412305Ad4317
Octal112132101430132324617
Binary1001100011101010000011000110101101011010100110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,17,26); }

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

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

 a { background-color: rgb(9,17,26); }

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

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

 span { border-color: rgb(9,17,26); }

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