Html Css Color HEX #09111A Black Pearl

📋 copy color: '#09111A'

red 9 ◦ green 17 ◦ blue 26

#09111A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #09111A

Tints of Black Pearl #09111A

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 value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#09111A (or 0x09111A) is known color: 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

RGB 9 17 26 -
CMYK 0.65 0.35 0 0.90
HSL 211.76º 0.49% 0.07% -
HSV(B) 211.76º 0.65% 0.1% -
XYZ 0.5 0.53 1.05 -
YUV 15.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 9 17 26 0.65 0.35 0 0.90 211.76 0.49 0.07
Hex 9 11 1A 41 23 0 5A D4 31 7
Octal 11 21 32 101 43 0 132 324 61 7
Binary 1001 10001 11010 1000001 100011 0 1011010 11010100 110001 111

Color Harmonies of #09111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09111A

Black with #09111A

Text Example


Text Example

White with #09111A

Text Example


Text Example

HTML Codes & Css Web 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>