Html Css Color HEX #151127 Jaguar

📋 copy color: '#151127'

red 21 ◦ green 17 ◦ blue 39

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

Shades of Jaguar #151127

Tints of Jaguar #151127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.08%

 BLUE value IS 39 (15.63% from 255) = 50.65%

R = 27.27%
G = 22.08%
B = 50.65%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#151127 (or 0x151127) is known color: Jaguar. HEX triplet: 15, 11 and 27. RGB value is (21,17,39). Sum of RGB (Red+Green+Blue) = 21+17+39=77 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.27% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #151127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151127 is #EAEED8. Grayscale: #141414. Windows color (decimal): -15396569 or 2560277. OLE color: 2560277.

HSL color Cylindrical-coordinate representation of color #151127: hue angle of 250.91º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #151127 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 21 17 39 -
CMYK 0.46 0.56 0 0.85
HSL 250.91º 0.39% 0.11% -
HSV(B) 250.91º 0.56% 0.15% -
XYZ 0.88 0.71 2.01 -
YUV 20.7 138.33 128.21 -
System Red Green Blue C M Y K H S L
Decimal 21 17 39 0.46 0.56 0 0.85 250.91 0.39 0.11
Hex 15 11 27 2E 38 0 55 FB 27 B
Octal 25 21 47 56 70 0 125 373 47 13
Binary 10101 10001 100111 101110 111000 0 1010101 11111011 100111 1011

Color Harmonies of #151127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151127

Black with #151127

Text Example


Text Example

White with #151127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151127; }

 p { color: rgb(21,17,39); }

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

background-color css

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

 a { background-color: rgb(21,17,39); }

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

border-color css

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

 span { border-color: rgb(21,17,39); }

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