Html Css Color HEX #151030 Jaguar

📋 copy color: '#151030'

red 21 ◦ green 16 ◦ blue 48

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

Shades of Jaguar #151030

Tints of Jaguar #151030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 56.47%

R = 24.71%
G = 18.82%
B = 56.47%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#151030 (or 0x151030) is known color: Jaguar. HEX triplet: 15, 10 and 30. RGB value is (21,16,48). Sum of RGB (Red+Green+Blue) = 21+16+48=85 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.71% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 48 (19.14% from 255 or 56.47% from 85); Max value from RGB is 48 - color contains mainly: blue. Hex color #151030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151030 is #EAEFCF. Grayscale: #151515. Windows color (decimal): -15396816 or 3149845. OLE color: 3149845.

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

Color convert

RGB 21 16 48 -
CMYK 0.56 0.67 0 0.81
HSL 249.38º 0.5% 0.13% -
HSV(B) 249.38º 0.67% 0.19% -
XYZ 1.03 0.74 2.89 -
YUV 21.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 21 16 48 0.56 0.67 0 0.81 249.38 0.5 0.13
Hex 15 10 30 38 43 0 51 F9 32 D
Octal 25 20 60 70 103 0 121 371 62 15
Binary 10101 10000 110000 111000 1000011 0 1010001 11111001 110010 1101

Color Harmonies of #151030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151030

Black with #151030

Text Example


Text Example

White with #151030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151030; }

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

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

background-color css

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

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

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

border-color css

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

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

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