Html Css Color HEX #151222 Jaguar

📋 copy color: '#151222'

red 21 ◦ green 18 ◦ blue 34

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

Shades of Jaguar #151222

Tints of Jaguar #151222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 46.58%

R = 28.77%
G = 24.66%
B = 46.58%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#151222 (or 0x151222) is known color: Jaguar. HEX triplet: 15, 12 and 22. RGB value is (21,18,34). Sum of RGB (Red+Green+Blue) = 21+18+34=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 34 (13.67% from 255 or 46.58% from 73); Max value from RGB is 34 - color contains mainly: blue. Hex color #151222 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151222 is #EAEDDD. Grayscale: #141414. Windows color (decimal): -15396318 or 2232853. OLE color: 2232853.

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

Color convert

RGB 21 18 34 -
CMYK 0.38 0.47 0 0.87
HSL 251.25º 0.31% 0.1% -
HSV(B) 251.25º 0.47% 0.13% -
XYZ 0.81 0.71 1.61 -
YUV 20.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 21 18 34 0.38 0.47 0 0.87 251.25 0.31 0.1
Hex 15 12 22 26 2F 0 57 FB 1F A
Octal 25 22 42 46 57 0 127 373 37 12
Binary 10101 10010 100010 100110 101111 0 1010111 11111011 11111 1010

Color Harmonies of #151222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151222

Black with #151222

Text Example


Text Example

White with #151222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151222; }

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

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

background-color css

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

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

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

border-color css

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

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

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