#310452

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

Shades of Blackcurrant #310452

Tints of Blackcurrant #310452

Color information

#310452 (or 0x310452) is unknown color: approx Blackcurrant. HEX triplet: 31, 04 and 52. RGB value is (49,4,82). Sum of RGB (Red+Green+Blue) = 49+4+82=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 82 (32.42% from 255 or 60.74% from 135); Max value from RGB is 82 - color contains mainly: blue. Hex color #310452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310452 is #CEFBAD. Grayscale: #1A1A1A. Windows color (decimal): -13564846 or 5375025. OLE color: 5375025.

HSL color Cylindrical-coordinate representation of color #310452: hue angle of 274.62º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310452 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB49482-
CMYK0.400.9500.68
HSL274.62º90.7%16.86%-
HSV(B)274.62º95.12%32.16%-
XYZ2.831.358.09-
YUV26.35159.41144.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.30%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 82 (32.42% from 255) = 60.74%
R=36.30%
G=2.96%
B=60.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal494820.400.9500.68274.6290.716.86
Hex31452285F0441135b11
Octal61412250137010442313321
Binary1100011001010010101000101111101000100100010011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310452; }

 p { color: rgb(49,4,82); }

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

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

 a { background-color: rgb(49,4,82); }

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

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

 span { border-color: rgb(49,4,82); }

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