Html Css Color HEX #120D14 Blackcurrant

📋 copy color: '#120D14'

red 18 ◦ green 13 ◦ blue 20

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

Shades of Blackcurrant #120D14

Tints of Blackcurrant #120D14

RGB

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

 GREEN value IS 13 (5.47% from 255) = 25.49%

 BLUE value IS 20 (8.2% from 255) = 39.22%

R = 35.29%
G = 25.49%
B = 39.22%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#120D14 (or 0x120D14) is known color: Blackcurrant. HEX triplet: 12, 0D and 14. RGB value is (18,13,20). Sum of RGB (Red+Green+Blue) = 18+13+20=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 20 - color contains mainly: blue. Hex color #120D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D14 is #EDF2EB. Grayscale: #0F0F0F. Windows color (decimal): -15594220 or 1314066. OLE color: 1314066.

HSL color Cylindrical-coordinate representation of color #120D14: hue angle of 282.86º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #120D14 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 18 13 20 -
CMYK 0.10 0.35 0 0.92
HSL 282.86º 0.21% 0.06% -
HSV(B) 282.86º 0.35% 0.08% -
XYZ 0.52 0.47 0.72 -
YUV 15.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 18 13 20 0.10 0.35 0 0.92 282.86 0.21 0.06
Hex 12 D 14 A 23 0 5C 11B 15 6
Octal 22 15 24 12 43 0 134 433 25 6
Binary 10010 1101 10100 1010 100011 0 1011100 100011011 10101 110

Color Harmonies of #120D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D14

Black with #120D14

Text Example


Text Example

White with #120D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,13,20); }

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

background-color css

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

 a { background-color: rgb(18,13,20); }

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

border-color css

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

 span { border-color: rgb(18,13,20); }

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