Html Css Color HEX #151231 Jaguar

📋 copy color: '#151231'

red 21 ◦ green 18 ◦ blue 49

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

Shades of Jaguar #151231

Tints of Jaguar #151231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 55.68%

R = 23.86%
G = 20.45%
B = 55.68%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#151231 (or 0x151231) is known color: Jaguar. HEX triplet: 15, 12 and 31. RGB value is (21,18,49). Sum of RGB (Red+Green+Blue) = 21+18+49=88 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.86% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #151231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151231 is #EAEDCE. Grayscale: #161616. Windows color (decimal): -15396303 or 3215893. OLE color: 3215893.

HSL color Cylindrical-coordinate representation of color #151231: hue angle of 245.81º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #151231 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 21 18 49 -
CMYK 0.57 0.63 0 0.81
HSL 245.81º 0.46% 0.13% -
HSV(B) 245.81º 0.63% 0.19% -
XYZ 1.08 0.81 3.01 -
YUV 22.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 21 18 49 0.57 0.63 0 0.81 245.81 0.46 0.13
Hex 15 12 31 39 3F 0 51 F6 2E D
Octal 25 22 61 71 77 0 121 366 56 15
Binary 10101 10010 110001 111001 111111 0 1010001 11110110 101110 1101

Color Harmonies of #151231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151231

Black with #151231

Text Example


Text Example

White with #151231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151231; }

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

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

background-color css

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

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

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

border-color css

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

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

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