Html Css Color HEX #120620 Blackcurrant

📋 copy color: '#120620'

red 18 ◦ green 6 ◦ blue 32

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

Shades of Blackcurrant #120620

Tints of Blackcurrant #120620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10.71%

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

R = 32.14%
G = 10.71%
B = 57.14%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#120620 (or 0x120620) is known color: Blackcurrant. HEX triplet: 12, 06 and 20. RGB value is (18,6,32). Sum of RGB (Red+Green+Blue) = 18+6+32=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 6 (2.73% from 255 or 10.71% from 56); Blue value is 32 (12.89% from 255 or 57.14% from 56); Max value from RGB is 32 - color contains mainly: blue. Hex color #120620 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120620 is #EDF9DF. Grayscale: #0C0C0C. Windows color (decimal): -15596000 or 2098706. OLE color: 2098706.

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

Color convert

RGB 18 6 32 -
CMYK 0.44 0.81 0 0.87
HSL 267.69º 0.68% 0.07% -
HSV(B) 267.69º 0.81% 0.13% -
XYZ 0.58 0.36 1.41 -
YUV 12.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 18 6 32 0.44 0.81 0 0.87 267.69 0.68 0.07
Hex 12 6 20 2C 51 0 57 10C 44 7
Octal 22 6 40 54 121 0 127 414 104 7
Binary 10010 110 100000 101100 1010001 0 1010111 100001100 1000100 111

Color Harmonies of #120620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120620

Black with #120620

Text Example


Text Example

White with #120620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120620; }

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

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

background-color css

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

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

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

border-color css

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

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

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