Html Css Color HEX #091322 Black Pearl

📋 copy color: '#091322'

red 9 ◦ green 19 ◦ blue 34

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

Shades of Black Pearl #091322

Tints of Black Pearl #091322

RGB

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

 GREEN value IS 19 (7.81% from 255) = 30.65%

 BLUE value IS 34 (13.67% from 255) = 54.84%

R = 14.52%
G = 30.65%
B = 54.84%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#091322 (or 0x091322) is known color: Black Pearl. HEX triplet: 09, 13 and 22. RGB value is (9,19,34). Sum of RGB (Red+Green+Blue) = 9+19+34=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 34 (13.67% from 255 or 54.84% from 62); Max value from RGB is 34 - color contains mainly: blue. Hex color #091322 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091322 is #F6ECDD. Grayscale: #111111. Windows color (decimal): -16182494 or 2233097. OLE color: 2233097.

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

Color convert

RGB 9 19 34 -
CMYK 0.74 0.44 0 0.87
HSL 216º 0.58% 0.08% -
HSV(B) 216º 0.74% 0.13% -
XYZ 0.63 0.64 1.6 -
YUV 17.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 9 19 34 0.74 0.44 0 0.87 216 0.58 0.08
Hex 9 13 22 4A 2C 0 57 D8 3A 8
Octal 11 23 42 112 54 0 127 330 72 10
Binary 1001 10011 100010 1001010 101100 0 1010111 11011000 111010 1000

Color Harmonies of #091322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091322

Black with #091322

Text Example


Text Example

White with #091322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091322; }

 p { color: rgb(9,19,34); }

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

background-color css

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

 a { background-color: rgb(9,19,34); }

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

border-color css

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

 span { border-color: rgb(9,19,34); }

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