Html Css Color HEX #120419 Blackcurrant

📋 copy color: '#120419'

red 18 ◦ green 4 ◦ blue 25

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

Shades of Blackcurrant #120419

Tints of Blackcurrant #120419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.51%

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

R = 38.3%
G = 8.51%
B = 53.19%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#120419 (or 0x120419) is known color: Blackcurrant. HEX triplet: 12, 04 and 19. RGB value is (18,4,25). Sum of RGB (Red+Green+Blue) = 18+4+25=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 25 (10.16% from 255 or 53.19% from 47); Max value from RGB is 25 - color contains mainly: blue. Hex color #120419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120419 is #EDFBE6. Grayscale: #0A0A0A. Windows color (decimal): -15596519 or 1639442. OLE color: 1639442.

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

Color convert

RGB 18 4 25 -
CMYK 0.28 0.84 0 0.90
HSL 280º 0.72% 0.06% -
HSV(B) 280º 0.84% 0.1% -
XYZ 0.47 0.29 0.95 -
YUV 10.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 18 4 25 0.28 0.84 0 0.90 280 0.72 0.06
Hex 12 4 19 1C 54 0 5A 118 48 6
Octal 22 4 31 34 124 0 132 430 110 6
Binary 10010 100 11001 11100 1010100 0 1011010 100011000 1001000 110

Color Harmonies of #120419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120419

Black with #120419

Text Example


Text Example

White with #120419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120419; }

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

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

background-color css

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

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

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

border-color css

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

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

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