#310C4A

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

Shades of Blackcurrant #310C4A

Tints of Blackcurrant #310C4A

Color information

#310C4A (or 0x310C4A) is unknown color: approx Blackcurrant. HEX triplet: 31, 0C and 4A. RGB value is (49,12,74). Sum of RGB (Red+Green+Blue) = 49+12+74=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #310C4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C4A is #CEF3B5. Grayscale: #1D1D1D. Windows color (decimal): -13562806 or 4852785. OLE color: 4852785.

HSL color Cylindrical-coordinate representation of color #310C4A: hue angle of 275.81º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #310C4A is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB491274-
CMYK0.340.8400.71
HSL275.81º72.09%16.86%-
HSV(B)275.81º83.78%29.02%-
XYZ2.631.416.61-
YUV30.13152.76141.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.30%
GREEN value IS 12 (5.08% from 255) = 8.89%
BLUE value IS 74 (29.30% from 255) = 54.81%
R=36.30%
G=8.89%
B=54.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4912740.340.8400.71275.8172.0916.86
Hex31C4A22540471144811
Octal611411242124010742411021
Binary11000111001001010100010101010001000111100010100100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310C4A; }

 p { color: rgb(49,12,74); }

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

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

 a { background-color: rgb(49,12,74); }

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

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

 span { border-color: rgb(49,12,74); }

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