Html Css Color HEX #120420 Blackcurrant

📋 copy color: '#120420'

red 18 ◦ green 4 ◦ blue 32

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

Shades of Blackcurrant #120420

Tints of Blackcurrant #120420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 59.26%

R = 33.33%
G = 7.41%
B = 59.26%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#120420 (or 0x120420) is known color: Blackcurrant. HEX triplet: 12, 04 and 20. RGB value is (18,4,32). Sum of RGB (Red+Green+Blue) = 18+4+32=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 4 (1.95% from 255 or 7.41% from 54); Blue value is 32 (12.89% from 255 or 59.26% from 54); Max value from RGB is 32 - color contains mainly: blue. Hex color #120420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120420 is #EDFBDF. Grayscale: #0B0B0B. Windows color (decimal): -15596512 or 2098194. OLE color: 2098194.

HSL color Cylindrical-coordinate representation of color #120420: hue angle of 270º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #120420 is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 4 32 -
CMYK 0.44 0.87 0 0.87
HSL 270º 0.78% 0.07% -
HSV(B) 270º 0.88% 0.13% -
XYZ 0.55 0.32 1.4 -
YUV 11.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 18 4 32 0.44 0.87 0 0.87 270 0.78 0.07
Hex 12 4 20 2C 57 0 57 10E 4E 7
Octal 22 4 40 54 127 0 127 416 116 7
Binary 10010 100 100000 101100 1010111 0 1010111 100001110 1001110 111

Color Harmonies of #120420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120420

Black with #120420

Text Example


Text Example

White with #120420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120420; }

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

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

background-color css

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

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

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

border-color css

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

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

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