Html Css Color HEX #091921 Black Pearl

📋 copy color: '#091921'

red 9 ◦ green 25 ◦ blue 33

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

Shades of Black Pearl #091921

Tints of Black Pearl #091921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 37.31%

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

R = 13.43%
G = 37.31%
B = 49.25%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#091921 (or 0x091921) is known color: Black Pearl. HEX triplet: 09, 19 and 21. RGB value is (9,25,33). Sum of RGB (Red+Green+Blue) = 9+25+33=67 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.43% from 67); Green value is 25 (10.16% from 255 or 37.31% from 67); Blue value is 33 (13.28% from 255 or 49.25% from 67); Max value from RGB is 33 - color contains mainly: blue. Hex color #091921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091921 is #F6E6DE. Grayscale: #151515. Windows color (decimal): -16180959 or 2169097. OLE color: 2169097.

HSL color Cylindrical-coordinate representation of color #091921: hue angle of 200º 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 #091921 is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 9 25 33 -
CMYK 0.73 0.24 0 0.87
HSL 200º 0.57% 0.08% -
HSV(B) 200º 0.73% 0.13% -
XYZ 0.73 0.86 1.57 -
YUV 21.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 9 25 33 0.73 0.24 0 0.87 200 0.57 0.08
Hex 9 19 21 49 18 0 57 C8 39 8
Octal 11 31 41 111 30 0 127 310 71 10
Binary 1001 11001 100001 1001001 11000 0 1010111 11001000 111001 1000

Color Harmonies of #091921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091921

Black with #091921

Text Example


Text Example

White with #091921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091921; }

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

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

background-color css

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

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

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

border-color css

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

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

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