Html Css Color HEX #120C14 Blackcurrant

📋 copy color: '#120C14'

red 18 ◦ green 12 ◦ blue 20

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

Shades of Blackcurrant #120C14

Tints of Blackcurrant #120C14

RGB

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

 GREEN value IS 12 (5.08% from 255) = 24%

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

R = 36%
G = 24%
B = 40%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#120C14 (or 0x120C14) is known color: Blackcurrant. HEX triplet: 12, 0C and 14. RGB value is (18,12,20). Sum of RGB (Red+Green+Blue) = 18+12+20=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 20 (8.20% from 255 or 40% from 50); Max value from RGB is 20 - color contains mainly: blue. Hex color #120C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C14 is #EDF3EB. Grayscale: #0E0E0E. Windows color (decimal): -15594476 or 1313810. OLE color: 1313810.

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

Color convert

RGB 18 12 20 -
CMYK 0.10 0.40 0 0.92
HSL 285º 0.25% 0.06% -
HSV(B) 285º 0.4% 0.08% -
XYZ 0.51 0.44 0.72 -
YUV 14.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 18 12 20 0.10 0.40 0 0.92 285 0.25 0.06
Hex 12 C 14 A 28 0 5C 11D 19 6
Octal 22 14 24 12 50 0 134 435 31 6
Binary 10010 1100 10100 1010 101000 0 1011100 100011101 11001 110

Color Harmonies of #120C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120C14

Black with #120C14

Text Example


Text Example

White with #120C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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