#120131

Color #120131 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #120131

Tints of Blackcurrant #120131

Color information

#120131 (or 0x120131) is unknown color: approx Blackcurrant. HEX triplet: 12, 01 and 31. RGB value is (18,1,49). Sum of RGB (Red+Green+Blue) = 18+1+49=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 49 (19.53% from 255 or 72.06% from 68); Max value from RGB is 49 - color contains mainly: blue. Hex color #120131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120131 is #EDFECE. Grayscale: #0B0B0B. Windows color (decimal): -15597263 or 3211538. OLE color: 3211538.

HSL color Cylindrical-coordinate representation of color #120131: hue angle of 261.25º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #120131 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB18149-
CMYK0.630.9800.81
HSL261.25º96%9.8%-
HSV(B)261.25º97.96%19.22%-
XYZ0.810.372.93-
YUV11.56149.13132.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.47%
GREEN value IS 1 (0.78% from 255) = 1.47%
BLUE value IS 49 (19.53% from 255) = 72.06%
R=26.47%
G=1.47%
B=72.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal181490.630.9800.81261.25969.8
Hex121313F6205110560a
Octal2216177142012140514012
Binary10010111000111111111000100101000110000010111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120131; }

 p { color: rgb(18,1,49); }

 H1.HeaderClassName
 {
   color: #120131;
 }
 .AnyTagClassName
 {
   color: #120131;
 }
</style>
background-color css

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

 a { background-color: rgb(18,1,49); }

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

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

 span { border-color: rgb(18,1,49); }

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