Html Css Color HEX #120E15 Blackcurrant

📋 copy color: '#120E15'

red 18 ◦ green 14 ◦ blue 21

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

Shades of Blackcurrant #120E15

Tints of Blackcurrant #120E15

RGB

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

 GREEN value IS 14 (5.86% from 255) = 26.42%

 BLUE value IS 21 (8.59% from 255) = 39.62%

R = 33.96%
G = 26.42%
B = 39.62%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#120E15 (or 0x120E15) is known color: Blackcurrant. HEX triplet: 12, 0E and 15. RGB value is (18,14,21). Sum of RGB (Red+Green+Blue) = 18+14+21=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 14 (5.86% from 255 or 26.42% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 21 - color contains mainly: blue. Hex color #120E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E15 is #EDF1EA. Grayscale: #0F0F0F. Windows color (decimal): -15593963 or 1379858. OLE color: 1379858.

HSL color Cylindrical-coordinate representation of color #120E15: hue angle of 274.29º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #120E15 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 18 14 21 -
CMYK 0.14 0.33 0 0.92
HSL 274.29º 0.2% 0.07% -
HSV(B) 274.29º 0.33% 0.08% -
XYZ 0.54 0.5 0.78 -
YUV 15.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 18 14 21 0.14 0.33 0 0.92 274.29 0.2 0.07
Hex 12 E 15 E 21 0 5C 112 14 7
Octal 22 16 25 16 41 0 134 422 24 7
Binary 10010 1110 10101 1110 100001 0 1011100 100010010 10100 111

Color Harmonies of #120E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120E15

Black with #120E15

Text Example


Text Example

White with #120E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,14,21); }

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

background-color css

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

 a { background-color: rgb(18,14,21); }

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

border-color css

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

 span { border-color: rgb(18,14,21); }

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