#310952

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

Shades of Blackcurrant #310952

Tints of Blackcurrant #310952

Color information

#310952 (or 0x310952) is unknown color: approx Blackcurrant. HEX triplet: 31, 09 and 52. RGB value is (49,9,82). Sum of RGB (Red+Green+Blue) = 49+9+82=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #310952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310952 is #CEF6AD. Grayscale: #1D1D1D. Windows color (decimal): -13563566 or 5376305. OLE color: 5376305.

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

Color convert

RGB49982-
CMYK0.400.8900.68
HSL272.88º80.22%17.84%-
HSV(B)272.88º89.02%32.16%-
XYZ2.891.468.11-
YUV29.28157.75142.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35%
GREEN value IS 9 (3.91% from 255) = 6.43%
BLUE value IS 82 (32.42% from 255) = 58.57%
R=35%
G=6.43%
B=58.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal499820.400.8900.68272.8880.2217.84
Hex3195228590441115012
Octal611112250131010442112022
Binary11000110011010010101000101100101000100100010001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310952; }

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

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

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

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

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

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

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

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