Html Css Color HEX #120020 Blackcurrant

📋 copy color: '#120020'

red 18 ◦ green 0 ◦ blue 32

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

Shades of Blackcurrant #120020

Tints of Blackcurrant #120020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36%
G = 0%
B = 64%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#120020 (or 0x120020) is known color: Blackcurrant. HEX triplet: 12, 00 and 20. RGB value is (18,0,32). Sum of RGB (Red+Green+Blue) = 18+0+32=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 32 (12.89% from 255 or 64% from 50); Max value from RGB is 32 - color contains mainly: blue. Hex color #120020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120020 is #EDFFDF. Grayscale: #080808. Windows color (decimal): -15597536 or 2097170. OLE color: 2097170.

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

Color convert

RGB 18 0 32 -
CMYK 0.44 1 0 0.87
HSL 273.75º 1% 0.06% -
HSV(B) 273.75º 1% 0.13% -
XYZ 0.51 0.23 1.38 -
YUV 9.03 140.96 134.4 -
System Red Green Blue C M Y K H S L
Decimal 18 0 32 0.44 1 0 0.87 273.75 1 0.06
Hex 12 0 20 2C 64 0 57 112 64 6
Octal 22 0 40 54 144 0 127 422 144 6
Binary 10010 0 100000 101100 1100100 0 1010111 100010010 1100100 110

Color Harmonies of #120020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120020

Black with #120020

Text Example


Text Example

White with #120020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120020; }

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

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

background-color css

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

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

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

border-color css

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

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

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