Html Css Color HEX #120C15 Blackcurrant

📋 copy color: '#120C15'

red 18 ◦ green 12 ◦ blue 21

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

Shades of Blackcurrant #120C15

Tints of Blackcurrant #120C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 41.18%

R = 35.29%
G = 23.53%
B = 41.18%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#120C15 (or 0x120C15) is known color: Blackcurrant. HEX triplet: 12, 0C and 15. RGB value is (18,12,21). Sum of RGB (Red+Green+Blue) = 18+12+21=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 12 (5.08% from 255 or 23.53% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 21 - color contains mainly: blue. Hex color #120C15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C15 is #EDF3EA. Grayscale: #0E0E0E. Windows color (decimal): -15594475 or 1379346. OLE color: 1379346.

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

Color convert

RGB 18 12 21 -
CMYK 0.14 0.43 0 0.92
HSL 280º 0.27% 0.06% -
HSV(B) 280º 0.43% 0.08% -
XYZ 0.52 0.45 0.77 -
YUV 14.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 18 12 21 0.14 0.43 0 0.92 280 0.27 0.06
Hex 12 C 15 E 2B 0 5C 118 1B 6
Octal 22 14 25 16 53 0 134 430 33 6
Binary 10010 1100 10101 1110 101011 0 1011100 100011000 11011 110

Color Harmonies of #120C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120C15

Black with #120C15

Text Example


Text Example

White with #120C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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