Html Css Color HEX #120F14 Blackcurrant

📋 copy color: '#120F14'

red 18 ◦ green 15 ◦ blue 20

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

Shades of Blackcurrant #120F14

Tints of Blackcurrant #120F14

RGB

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

 GREEN value IS 15 (6.25% from 255) = 28.3%

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

R = 33.96%
G = 28.3%
B = 37.74%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#120F14 (or 0x120F14) is known color: Blackcurrant. HEX triplet: 12, 0F and 14. RGB value is (18,15,20). Sum of RGB (Red+Green+Blue) = 18+15+20=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 20 - color contains mainly: blue. Hex color #120F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F14 is #EDF0EB. Grayscale: #101010. Windows color (decimal): -15593708 or 1314578. OLE color: 1314578.

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

Color convert

RGB 18 15 20 -
CMYK 0.10 0.25 0 0.92
HSL 276º 0.14% 0.07% -
HSV(B) 276º 0.25% 0.08% -
XYZ 0.55 0.52 0.73 -
YUV 16.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 18 15 20 0.10 0.25 0 0.92 276 0.14 0.07
Hex 12 F 14 A 19 0 5C 114 E 7
Octal 22 17 24 12 31 0 134 424 16 7
Binary 10010 1111 10100 1010 11001 0 1011100 100010100 1110 111

Color Harmonies of #120F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F14

Black with #120F14

Text Example


Text Example

White with #120F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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