Html Css Color HEX #151029 Jaguar

📋 copy color: '#151029'

red 21 ◦ green 16 ◦ blue 41

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

Shades of Jaguar #151029

Tints of Jaguar #151029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 20.51%

 BLUE value IS 41 (16.41% from 255) = 52.56%

R = 26.92%
G = 20.51%
B = 52.56%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#151029 (or 0x151029) is known color: Jaguar. HEX triplet: 15, 10 and 29. RGB value is (21,16,41). Sum of RGB (Red+Green+Blue) = 21+16+41=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 41 (16.41% from 255 or 52.56% from 78); Max value from RGB is 41 - color contains mainly: blue. Hex color #151029 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151029 is #EAEFD6. Grayscale: #141414. Windows color (decimal): -15396823 or 2691093. OLE color: 2691093.

HSL color Cylindrical-coordinate representation of color #151029: hue angle of 252º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #151029 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 21 16 41 -
CMYK 0.49 0.61 0 0.84
HSL 252º 0.44% 0.11% -
HSV(B) 252º 0.61% 0.16% -
XYZ 0.89 0.69 2.18 -
YUV 20.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 21 16 41 0.49 0.61 0 0.84 252 0.44 0.11
Hex 15 10 29 31 3D 0 54 FC 2C B
Octal 25 20 51 61 75 0 124 374 54 13
Binary 10101 10000 101001 110001 111101 0 1010100 11111100 101100 1011

Color Harmonies of #151029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151029

Black with #151029

Text Example


Text Example

White with #151029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151029; }

 p { color: rgb(21,16,41); }

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

background-color css

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

 a { background-color: rgb(21,16,41); }

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

border-color css

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

 span { border-color: rgb(21,16,41); }

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