#120331

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

Shades of Blackcurrant #120331

Tints of Blackcurrant #120331

Color information

#120331 (or 0x120331) is unknown color: approx Blackcurrant. HEX triplet: 12, 03 and 31. RGB value is (18,3,49). Sum of RGB (Red+Green+Blue) = 18+3+49=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 49 (19.53% from 255 or 70% from 70); Max value from RGB is 49 - color contains mainly: blue. Hex color #120331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120331 is #EDFCCE. Grayscale: #0C0C0C. Windows color (decimal): -15596751 or 3212050. OLE color: 3212050.

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

Color convert

RGB18349-
CMYK0.630.9400.81
HSL259.57º88.46%10.2%-
HSV(B)259.57º93.88%19.22%-
XYZ0.840.422.94-
YUV12.73148.47131.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.71%
GREEN value IS 3 (1.56% from 255) = 4.29%
BLUE value IS 49 (19.53% from 255) = 70%
R=25.71%
G=4.29%
B=70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal183490.630.9400.81259.5788.4610.2
Hex123313F5E05110458a
Octal2236177136012140413012
Binary100101111000111111110111100101000110000010010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120331; }

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

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

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

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

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

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

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

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