Html Css Color HEX #120F13 Blackcurrant

📋 copy color: '#120F13'

red 18 ◦ green 15 ◦ blue 19

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

Shades of Blackcurrant #120F13

Tints of Blackcurrant #120F13

RGB

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

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

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

R = 34.62%
G = 28.85%
B = 36.54%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#120F13 (or 0x120F13) is known color: Blackcurrant. HEX triplet: 12, 0F and 13. RGB value is (18,15,19). Sum of RGB (Red+Green+Blue) = 18+15+19=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 19 - color contains mainly: blue. Hex color #120F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F13 is #EDF0EC. Grayscale: #101010. Windows color (decimal): -15593709 or 1249042. OLE color: 1249042.

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

Color convert

RGB 18 15 19 -
CMYK 0.05 0.21 0 0.93
HSL 285º 0.12% 0.07% -
HSV(B) 285º 0.21% 0.07% -
XYZ 0.54 0.52 0.69 -
YUV 16.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 18 15 19 0.05 0.21 0 0.93 285 0.12 0.07
Hex 12 F 13 5 15 0 5D 11D C 7
Octal 22 17 23 5 25 0 135 435 14 7
Binary 10010 1111 10011 101 10101 0 1011101 100011101 1100 111

Color Harmonies of #120F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F13

Black with #120F13

Text Example


Text Example

White with #120F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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