Html Css Color HEX #120C2D Jaguar

📋 copy color: '#120C2D'

red 18 ◦ green 12 ◦ blue 45

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

Shades of Jaguar #120C2D

Tints of Jaguar #120C2D

RGB

 RED value IS 18 (7.42% from 255) = 24%

 GREEN value IS 12 (5.08% from 255) = 16%

 BLUE value IS 45 (17.97% from 255) = 60%

R = 24%
G = 16%
B = 60%

CMYK

 C value IS 0.6

 M value IS 0.73

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#120C2D (or 0x120C2D) is known color: Jaguar. HEX triplet: 12, 0C and 2D. RGB value is (18,12,45). Sum of RGB (Red+Green+Blue) = 18+12+45=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 45 (17.97% from 255 or 60% from 75); Max value from RGB is 45 - color contains mainly: blue. Hex color #120C2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C2D is #EDF3D2. Grayscale: #111111. Windows color (decimal): -15594451 or 2952210. OLE color: 2952210.

HSL color Cylindrical-coordinate representation of color #120C2D: hue angle of 250.91º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #120C2D is Cyan = 0.6, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 12 45 -
CMYK 0.6 0.73 0 0.82
HSL 250.91º 0.58% 0.11% -
HSV(B) 250.91º 0.73% 0.18% -
XYZ 0.85 0.58 2.55 -
YUV 17.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 18 12 45 0.6 0.73 0 0.82 250.91 0.58 0.11
Hex 12 C 2D 3C 49 0 52 FB 3A B
Octal 22 14 55 74 111 0 122 373 72 13
Binary 10010 1100 101101 111100 1001001 0 1010010 11111011 111010 1011

Color Harmonies of #120C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120C2D

Black with #120C2D

Text Example


Text Example

White with #120C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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