Html Css Color HEX #120320 Blackcurrant

📋 copy color: '#120320'

red 18 ◦ green 3 ◦ blue 32

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

Shades of Blackcurrant #120320

Tints of Blackcurrant #120320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.66%

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

R = 33.96%
G = 5.66%
B = 60.38%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#120320 (or 0x120320) is known color: Blackcurrant. HEX triplet: 12, 03 and 20. RGB value is (18,3,32). Sum of RGB (Red+Green+Blue) = 18+3+32=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 32 (12.89% from 255 or 60.38% from 53); Max value from RGB is 32 - color contains mainly: blue. Hex color #120320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120320 is #EDFCDF. Grayscale: #0A0A0A. Windows color (decimal): -15596768 or 2097938. OLE color: 2097938.

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

Color convert

RGB 18 3 32 -
CMYK 0.44 0.91 0 0.87
HSL 271.03º 0.83% 0.07% -
HSV(B) 271.03º 0.91% 0.13% -
XYZ 0.54 0.3 1.4 -
YUV 10.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 18 3 32 0.44 0.91 0 0.87 271.03 0.83 0.07
Hex 12 3 20 2C 5B 0 57 10F 53 7
Octal 22 3 40 54 133 0 127 417 123 7
Binary 10010 11 100000 101100 1011011 0 1010111 100001111 1010011 111

Color Harmonies of #120320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120320

Black with #120320

Text Example


Text Example

White with #120320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120320; }

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

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

background-color css

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

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

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

border-color css

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

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

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