Html Css Color HEX #091821 Black Pearl

📋 copy color: '#091821'

red 9 ◦ green 24 ◦ blue 33

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

Shades of Black Pearl #091821

Tints of Black Pearl #091821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 36.36%

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

R = 13.64%
G = 36.36%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#091821 (or 0x091821) is known color: Black Pearl. HEX triplet: 09, 18 and 21. RGB value is (9,24,33). Sum of RGB (Red+Green+Blue) = 9+24+33=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 24 (9.77% from 255 or 36.36% from 66); Blue value is 33 (13.28% from 255 or 50% from 66); Max value from RGB is 33 - color contains mainly: blue. Hex color #091821 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091821 is #F6E7DE. Grayscale: #141414. Windows color (decimal): -16181215 or 2168841. OLE color: 2168841.

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

Color convert

RGB 9 24 33 -
CMYK 0.73 0.27 0 0.87
HSL 202.5º 0.57% 0.08% -
HSV(B) 202.5º 0.73% 0.13% -
XYZ 0.71 0.82 1.56 -
YUV 20.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 9 24 33 0.73 0.27 0 0.87 202.5 0.57 0.08
Hex 9 18 21 49 1B 0 57 CA 39 8
Octal 11 30 41 111 33 0 127 312 71 10
Binary 1001 11000 100001 1001001 11011 0 1010111 11001010 111001 1000

Color Harmonies of #091821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091821

Black with #091821

Text Example


Text Example

White with #091821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091821; }

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

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

background-color css

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

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

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

border-color css

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

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

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