Html Css Color HEX #120920 Blackcurrant

📋 copy color: '#120920'

red 18 ◦ green 9 ◦ blue 32

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

Shades of Blackcurrant #120920

Tints of Blackcurrant #120920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 15.25%

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

R = 30.51%
G = 15.25%
B = 54.24%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#120920 (or 0x120920) is known color: Blackcurrant. HEX triplet: 12, 09 and 20. RGB value is (18,9,32). Sum of RGB (Red+Green+Blue) = 18+9+32=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 32 (12.89% from 255 or 54.24% from 59); Max value from RGB is 32 - color contains mainly: blue. Hex color #120920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120920 is #EDF6DF. Grayscale: #0E0E0E. Windows color (decimal): -15595232 or 2099474. OLE color: 2099474.

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

Color convert

RGB 18 9 32 -
CMYK 0.44 0.72 0 0.87
HSL 263.48º 0.56% 0.08% -
HSV(B) 263.48º 0.72% 0.13% -
XYZ 0.61 0.43 1.42 -
YUV 14.31 137.98 130.63 -
System Red Green Blue C M Y K H S L
Decimal 18 9 32 0.44 0.72 0 0.87 263.48 0.56 0.08
Hex 12 9 20 2C 48 0 57 107 38 8
Octal 22 11 40 54 110 0 127 407 70 10
Binary 10010 1001 100000 101100 1001000 0 1010111 100000111 111000 1000

Color Harmonies of #120920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120920

Black with #120920

Text Example


Text Example

White with #120920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120920; }

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

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

background-color css

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

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

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

border-color css

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

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

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