Html Css Color HEX #151221 Jaguar

📋 copy color: '#151221'

red 21 ◦ green 18 ◦ blue 33

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

Shades of Jaguar #151221

Tints of Jaguar #151221

RGB

 RED value IS 21 (8.59% from 255) = 29.17%

 GREEN value IS 18 (7.42% from 255) = 25%

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

R = 29.17%
G = 25%
B = 45.83%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#151221 (or 0x151221) is known color: Jaguar. HEX triplet: 15, 12 and 21. RGB value is (21,18,33). Sum of RGB (Red+Green+Blue) = 21+18+33=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 33 (13.28% from 255 or 45.83% from 72); Max value from RGB is 33 - color contains mainly: blue. Hex color #151221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151221 is #EAEDDE. Grayscale: #141414. Windows color (decimal): -15396319 or 2167317. OLE color: 2167317.

HSL color Cylindrical-coordinate representation of color #151221: hue angle of 252º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #151221 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 21 18 33 -
CMYK 0.36 0.45 0 0.87
HSL 252º 0.29% 0.1% -
HSV(B) 252º 0.45% 0.13% -
XYZ 0.8 0.7 1.53 -
YUV 20.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 21 18 33 0.36 0.45 0 0.87 252 0.29 0.1
Hex 15 12 21 24 2D 0 57 FC 1D A
Octal 25 22 41 44 55 0 127 374 35 12
Binary 10101 10010 100001 100100 101101 0 1010111 11111100 11101 1010

Color Harmonies of #151221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151221

Black with #151221

Text Example


Text Example

White with #151221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151221; }

 p { color: rgb(21,18,33); }

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

background-color css

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

 a { background-color: rgb(21,18,33); }

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

border-color css

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

 span { border-color: rgb(21,18,33); }

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