#120C30

Color #120C30 Jaguar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaguar #120C30

Tints of Jaguar #120C30

Color information

#120C30 (or 0x120C30) is unknown color: approx Jaguar. HEX triplet: 12, 0C and 30. RGB value is (18,12,48). Sum of RGB (Red+Green+Blue) = 18+12+48=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 48 (19.14% from 255 or 61.54% from 78); Max value from RGB is 48 - color contains mainly: blue. Hex color #120C30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C30 is #EDF3CF. Grayscale: #111111. Windows color (decimal): -15594448 or 3148818. OLE color: 3148818.

HSL color Cylindrical-coordinate representation of color #120C30: hue angle of 250º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #120C30 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB181248-
CMYK0.630.7500.81
HSL250º60%11.76%-
HSV(B)250º75%18.82%-
XYZ0.910.62.86-
YUV17.9144.99128.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.08%
GREEN value IS 12 (5.08% from 255) = 15.38%
BLUE value IS 48 (19.14% from 255) = 61.54%
R=23.08%
G=15.38%
B=61.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1812480.630.7500.812506011.76
Hex12C303F4B051fa3cc
Octal2214607711301213727414
Binary100101100110000111111100101101010001111110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120C30; }

 p { color: rgb(18,12,48); }

 H1.HeaderClassName
 {
   color: #120C30;
 }
 .AnyTagClassName
 {
   color: #120C30;
 }
</style>
background-color css

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

 a { background-color: rgb(18,12,48); }

 div.DivClassName
 {
   background-color: #120C30;
 }
 .BgClassName
 {
   background-color: #120C30;
 }
</style>
border-color css

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

 span { border-color: rgb(18,12,48); }

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