Html Css Color HEX #151223 Jaguar

📋 copy color: '#151223'

red 21 ◦ green 18 ◦ blue 35

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

Shades of Jaguar #151223

Tints of Jaguar #151223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 47.3%

R = 28.38%
G = 24.32%
B = 47.3%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#151223 (or 0x151223) is known color: Jaguar. HEX triplet: 15, 12 and 23. RGB value is (21,18,35). Sum of RGB (Red+Green+Blue) = 21+18+35=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 35 (14.06% from 255 or 47.30% from 74); Max value from RGB is 35 - color contains mainly: blue. Hex color #151223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151223 is #EAEDDC. Grayscale: #141414. Windows color (decimal): -15396317 or 2298389. OLE color: 2298389.

HSL color Cylindrical-coordinate representation of color #151223: hue angle of 250.59º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #151223 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 21 18 35 -
CMYK 0.40 0.49 0 0.86
HSL 250.59º 0.32% 0.1% -
HSV(B) 250.59º 0.49% 0.14% -
XYZ 0.83 0.71 1.68 -
YUV 20.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 21 18 35 0.40 0.49 0 0.86 250.59 0.32 0.1
Hex 15 12 23 28 31 0 56 FB 20 A
Octal 25 22 43 50 61 0 126 373 40 12
Binary 10101 10010 100011 101000 110001 0 1010110 11111011 100000 1010

Color Harmonies of #151223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151223

Black with #151223

Text Example


Text Example

White with #151223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151223; }

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

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

background-color css

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

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

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

border-color css

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

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

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