Html Css Color HEX #120115 Blackcurrant

📋 copy color: '#120115'

red 18 ◦ green 1 ◦ blue 21

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

Shades of Blackcurrant #120115

Tints of Blackcurrant #120115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.5%

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

R = 45%
G = 2.5%
B = 52.5%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#120115 (or 0x120115) is known color: Blackcurrant. HEX triplet: 12, 01 and 15. RGB value is (18,1,21). Sum of RGB (Red+Green+Blue) = 18+1+21=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 21 (8.59% from 255 or 52.5% from 40); Max value from RGB is 21 - color contains mainly: blue. Hex color #120115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120115 is #EDFEEA. Grayscale: #080808. Windows color (decimal): -15597291 or 1376530. OLE color: 1376530.

HSL color Cylindrical-coordinate representation of color #120115: hue angle of 291º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120115 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 18 1 21 -
CMYK 0.14 0.95 0 0.92
HSL 291º 0.91% 0.04% -
HSV(B) 291º 0.95% 0.08% -
XYZ 0.4 0.2 0.73 -
YUV 8.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 18 1 21 0.14 0.95 0 0.92 291 0.91 0.04
Hex 12 1 15 E 5F 0 5C 123 5B 4
Octal 22 1 25 16 137 0 134 443 133 4
Binary 10010 1 10101 1110 1011111 0 1011100 100100011 1011011 100

Color Harmonies of #120115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120115

Black with #120115

Text Example


Text Example

White with #120115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120115; }

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

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

background-color css

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

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

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

border-color css

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

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

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