Html Css Color HEX #091421 Black Pearl

📋 copy color: '#091421'

red 9 ◦ green 20 ◦ blue 33

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

Shades of Black Pearl #091421

Tints of Black Pearl #091421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 32.26%

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

R = 14.52%
G = 32.26%
B = 53.23%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#091421 (or 0x091421) is known color: Black Pearl. HEX triplet: 09, 14 and 21. RGB value is (9,20,33). Sum of RGB (Red+Green+Blue) = 9+20+33=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 33 (13.28% from 255 or 53.23% from 62); Max value from RGB is 33 - color contains mainly: blue. Hex color #091421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091421 is #F6EBDE. Grayscale: #121212. Windows color (decimal): -16182239 or 2167817. OLE color: 2167817.

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

Color convert

RGB 9 20 33 -
CMYK 0.73 0.39 0 0.87
HSL 212.5º 0.57% 0.08% -
HSV(B) 212.5º 0.73% 0.13% -
XYZ 0.64 0.67 1.53 -
YUV 18.19 136.36 121.44 -
System Red Green Blue C M Y K H S L
Decimal 9 20 33 0.73 0.39 0 0.87 212.5 0.57 0.08
Hex 9 14 21 49 27 0 57 D4 39 8
Octal 11 24 41 111 47 0 127 324 71 10
Binary 1001 10100 100001 1001001 100111 0 1010111 11010100 111001 1000

Color Harmonies of #091421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091421

Black with #091421

Text Example


Text Example

White with #091421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091421; }

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

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

background-color css

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

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

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

border-color css

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

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

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