Html Css Color HEX #120516 Blackcurrant

📋 copy color: '#120516'

red 18 ◦ green 5 ◦ blue 22

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

Shades of Blackcurrant #120516

Tints of Blackcurrant #120516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 11.11%

 BLUE value IS 22 (8.98% from 255) = 48.89%

R = 40%
G = 11.11%
B = 48.89%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120516 (or 0x120516) is known color: Blackcurrant. HEX triplet: 12, 05 and 16. RGB value is (18,5,22). Sum of RGB (Red+Green+Blue) = 18+5+22=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #120516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120516 is #EDFAE9. Grayscale: #0A0A0A. Windows color (decimal): -15596266 or 1443090. OLE color: 1443090.

HSL color Cylindrical-coordinate representation of color #120516: hue angle of 285.88º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #120516 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 5 22 -
CMYK 0.18 0.77 0 0.91
HSL 285.88º 0.63% 0.05% -
HSV(B) 285.88º 0.77% 0.09% -
XYZ 0.45 0.3 0.79 -
YUV 10.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 18 5 22 0.18 0.77 0 0.91 285.88 0.63 0.05
Hex 12 5 16 12 4D 0 5B 11E 3F 5
Octal 22 5 26 22 115 0 133 436 77 5
Binary 10010 101 10110 10010 1001101 0 1011011 100011110 111111 101

Color Harmonies of #120516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120516

Black with #120516

Text Example


Text Example

White with #120516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120516; }

 p { color: rgb(18,5,22); }

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

background-color css

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

 a { background-color: rgb(18,5,22); }

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

border-color css

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

 span { border-color: rgb(18,5,22); }

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