Html Css Color HEX #09121E Black Pearl

📋 copy color: '#09121E'

red 9 ◦ green 18 ◦ blue 30

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

Shades of Black Pearl #09121E

Tints of Black Pearl #09121E

RGB

 RED value IS 9 (3.91% from 255) = 15.79%

 GREEN value IS 18 (7.42% from 255) = 31.58%

 BLUE value IS 30 (12.11% from 255) = 52.63%

R = 15.79%
G = 31.58%
B = 52.63%

CMYK

 C value IS 0.70

 M value IS 0.40

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#09121E (or 0x09121E) is known color: Black Pearl. HEX triplet: 09, 12 and 1E. RGB value is (9,18,30). Sum of RGB (Red+Green+Blue) = 9+18+30=57 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.79% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 30 (12.11% from 255 or 52.63% from 57); Max value from RGB is 30 - color contains mainly: blue. Hex color #09121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09121E is #F6EDE1. Grayscale: #101010. Windows color (decimal): -16182754 or 1970697. OLE color: 1970697.

HSL color Cylindrical-coordinate representation of color #09121E: hue angle of 214.29º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #09121E is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 9 18 30 -
CMYK 0.70 0.40 0 0.88
HSL 214.29º 0.54% 0.08% -
HSV(B) 214.29º 0.7% 0.12% -
XYZ 0.56 0.58 1.31 -
YUV 16.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 9 18 30 0.70 0.40 0 0.88 214.29 0.54 0.08
Hex 9 12 1E 46 28 0 58 D6 36 8
Octal 11 22 36 106 50 0 130 326 66 10
Binary 1001 10010 11110 1000110 101000 0 1011000 11010110 110110 1000

Color Harmonies of #09121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09121E

Black with #09121E

Text Example


Text Example

White with #09121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09121E; }

 p { color: rgb(9,18,30); }

 H1.HeaderClassName
 {
   color: #09121E;
 }
 .AnyTagClassName
 {
   color: #09121E;
 }
</style>

background-color css

<style>
 a { background-color: #09121E; }

 a { background-color: rgb(9,18,30); }

 div.DivClassName
 {
   background-color: #09121E;
 }
 .BgClassName
 {
   background-color: #09121E;
 }
</style>

border-color css

<style>
 span { border-color: #09121E; }

 span { border-color: rgb(9,18,30); }

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