Html Css Color HEX #120519 Blackcurrant

📋 copy color: '#120519'

red 18 ◦ green 5 ◦ blue 25

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

Shades of Blackcurrant #120519

Tints of Blackcurrant #120519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 52.08%

R = 37.5%
G = 10.42%
B = 52.08%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#120519 (or 0x120519) is known color: Blackcurrant. HEX triplet: 12, 05 and 19. RGB value is (18,5,25). Sum of RGB (Red+Green+Blue) = 18+5+25=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #120519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120519 is #EDFAE6. Grayscale: #0B0B0B. Windows color (decimal): -15596263 or 1639698. OLE color: 1639698.

HSL color Cylindrical-coordinate representation of color #120519: hue angle of 279º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #120519 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 5 25 -
CMYK 0.28 0.80 0 0.90
HSL 279º 0.67% 0.06% -
HSV(B) 279º 0.8% 0.1% -
XYZ 0.48 0.31 0.95 -
YUV 11.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 18 5 25 0.28 0.80 0 0.90 279 0.67 0.06
Hex 12 5 19 1C 50 0 5A 117 43 6
Octal 22 5 31 34 120 0 132 427 103 6
Binary 10010 101 11001 11100 1010000 0 1011010 100010111 1000011 110

Color Harmonies of #120519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120519

Black with #120519

Text Example


Text Example

White with #120519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120519; }

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

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

background-color css

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

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

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

border-color css

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

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

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