Html Css Color HEX #091321 Black Pearl

📋 copy color: '#091321'

red 9 ◦ green 19 ◦ blue 33

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

Shades of Black Pearl #091321

Tints of Black Pearl #091321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 54.1%

R = 14.75%
G = 31.15%
B = 54.1%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#091321 (or 0x091321) is known color: Black Pearl. HEX triplet: 09, 13 and 21. RGB value is (9,19,33). Sum of RGB (Red+Green+Blue) = 9+19+33=61 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.75% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 33 (13.28% from 255 or 54.10% from 61); Max value from RGB is 33 - color contains mainly: blue. Hex color #091321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091321 is #F6ECDE. Grayscale: #111111. Windows color (decimal): -16182495 or 2167561. OLE color: 2167561.

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

Color convert

RGB 9 19 33 -
CMYK 0.73 0.42 0 0.87
HSL 215º 0.57% 0.08% -
HSV(B) 215º 0.73% 0.13% -
XYZ 0.62 0.63 1.53 -
YUV 17.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 9 19 33 0.73 0.42 0 0.87 215 0.57 0.08
Hex 9 13 21 49 2A 0 57 D7 39 8
Octal 11 23 41 111 52 0 127 327 71 10
Binary 1001 10011 100001 1001001 101010 0 1010111 11010111 111001 1000

Color Harmonies of #091321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091321

Black with #091321

Text Example


Text Example

White with #091321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091321; }

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

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

background-color css

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

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

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

border-color css

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

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

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