Html Css Color HEX #091220 Black Pearl

📋 copy color: '#091220'

red 9 ◦ green 18 ◦ blue 32

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

Shades of Black Pearl #091220

Tints of Black Pearl #091220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 54.24%

R = 15.25%
G = 30.51%
B = 54.24%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#091220 (or 0x091220) is known color: Black Pearl. HEX triplet: 09, 12 and 20. RGB value is (9,18,32). Sum of RGB (Red+Green+Blue) = 9+18+32=59 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.25% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 32 (12.89% from 255 or 54.24% from 59); Max value from RGB is 32 - color contains mainly: blue. Hex color #091220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091220 is #F6EDDF. Grayscale: #101010. Windows color (decimal): -16182752 or 2101769. OLE color: 2101769.

HSL color Cylindrical-coordinate representation of color #091220: hue angle of 216.52º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #091220 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 9 18 32 -
CMYK 0.72 0.44 0 0.87
HSL 216.52º 0.56% 0.08% -
HSV(B) 216.52º 0.72% 0.13% -
XYZ 0.59 0.59 1.45 -
YUV 16.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 9 18 32 0.72 0.44 0 0.87 216.52 0.56 0.08
Hex 9 12 20 48 2C 0 57 D9 38 8
Octal 11 22 40 110 54 0 127 331 70 10
Binary 1001 10010 100000 1001000 101100 0 1010111 11011001 111000 1000

Color Harmonies of #091220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091220

Black with #091220

Text Example


Text Example

White with #091220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091220; }

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

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

background-color css

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

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

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

border-color css

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

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

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