Html Css Color HEX #081921 Black Pearl

📋 copy color: '#081921'

red 8 ◦ green 25 ◦ blue 33

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

Shades of Black Pearl #081921

Tints of Black Pearl #081921

RGB

 RED value IS 8 (3.52% from 255) = 12.12%

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

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

R = 12.12%
G = 37.88%
B = 50%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#081921 (or 0x081921) is known color: Black Pearl. HEX triplet: 08, 19 and 21. RGB value is (8,25,33). Sum of RGB (Red+Green+Blue) = 8+25+33=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 25 (10.16% from 255 or 37.88% 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 #081921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081921 is #F7E6DE. Grayscale: #141414. Windows color (decimal): -16246495 or 2169096. OLE color: 2169096.

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

Color convert

RGB 8 25 33 -
CMYK 0.76 0.24 0 0.87
HSL 199.2º 0.61% 0.08% -
HSV(B) 199.2º 0.76% 0.13% -
XYZ 0.72 0.86 1.57 -
YUV 20.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 8 25 33 0.76 0.24 0 0.87 199.2 0.61 0.08
Hex 8 19 21 4C 18 0 57 C7 3D 8
Octal 10 31 41 114 30 0 127 307 75 10
Binary 1000 11001 100001 1001100 11000 0 1010111 11000111 111101 1000

Color Harmonies of #081921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081921

Black with #081921

Text Example


Text Example

White with #081921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081921; }

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

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

background-color css

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

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

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

border-color css

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

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

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