Html Css Color HEX #09121C Black Pearl

📋 copy color: '#09121C'

red 9 ◦ green 18 ◦ blue 28

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

Shades of Black Pearl #09121C

Tints of Black Pearl #09121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 50.91%

R = 16.36%
G = 32.73%
B = 50.91%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#09121C (or 0x09121C) is known color: Black Pearl. HEX triplet: 09, 12 and 1C. RGB value is (9,18,28). Sum of RGB (Red+Green+Blue) = 9+18+28=55 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.36% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 28 (11.33% from 255 or 50.91% from 55); Max value from RGB is 28 - color contains mainly: blue. Hex color #09121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09121C is #F6EDE3. Grayscale: #101010. Windows color (decimal): -16182756 or 1839625. OLE color: 1839625.

HSL color Cylindrical-coordinate representation of color #09121C: hue angle of 211.58º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #09121C is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 9 18 28 -
CMYK 0.68 0.36 0 0.89
HSL 211.58º 0.51% 0.07% -
HSV(B) 211.58º 0.68% 0.11% -
XYZ 0.54 0.57 1.18 -
YUV 16.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 9 18 28 0.68 0.36 0 0.89 211.58 0.51 0.07
Hex 9 12 1C 44 24 0 59 D4 33 7
Octal 11 22 34 104 44 0 131 324 63 7
Binary 1001 10010 11100 1000100 100100 0 1011001 11010100 110011 111

Color Harmonies of #09121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09121C

Black with #09121C

Text Example


Text Example

White with #09121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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