Html Css Color HEX #120E13 Blackcurrant

📋 copy color: '#120E13'

red 18 ◦ green 14 ◦ blue 19

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

Shades of Blackcurrant #120E13

Tints of Blackcurrant #120E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 37.25%

R = 35.29%
G = 27.45%
B = 37.25%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#120E13 (or 0x120E13) is known color: Blackcurrant. HEX triplet: 12, 0E and 13. RGB value is (18,14,19). Sum of RGB (Red+Green+Blue) = 18+14+19=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 19 - color contains mainly: blue. Hex color #120E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E13 is #EDF1EC. Grayscale: #0F0F0F. Windows color (decimal): -15593965 or 1248786. OLE color: 1248786.

HSL color Cylindrical-coordinate representation of color #120E13: hue angle of 288º degrees, saturation: 0.15, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #120E13 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 14 19 -
CMYK 0.05 0.26 0 0.93
HSL 288º 0.15% 0.06% -
HSV(B) 288º 0.26% 0.07% -
XYZ 0.52 0.49 0.68 -
YUV 15.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 18 14 19 0.05 0.26 0 0.93 288 0.15 0.06
Hex 12 E 13 5 1A 0 5D 120 F 6
Octal 22 16 23 5 32 0 135 440 17 6
Binary 10010 1110 10011 101 11010 0 1011101 100100000 1111 110

Color Harmonies of #120E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120E13

Black with #120E13

Text Example


Text Example

White with #120E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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