#310953

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

Shades of Blackcurrant #310953

Tints of Blackcurrant #310953

Color information

#310953 (or 0x310953) is unknown color: approx Blackcurrant. HEX triplet: 31, 09 and 53. RGB value is (49,9,83). Sum of RGB (Red+Green+Blue) = 49+9+83=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #310953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310953 is #CEF6AC. Grayscale: #1D1D1D. Windows color (decimal): -13563565 or 5441841. OLE color: 5441841.

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

Color convert

RGB49983-
CMYK0.410.8900.67
HSL272.43º80.43%18.04%-
HSV(B)272.43º89.16%32.55%-
XYZ2.931.478.31-
YUV29.4158.25141.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 9 (3.91% from 255) = 6.38%
BLUE value IS 83 (32.81% from 255) = 58.87%
R=34.75%
G=6.38%
B=58.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal499830.410.8900.67272.4380.4318.04
Hex3195329590431105012
Octal611112351131010342012022
Binary11000110011010011101001101100101000011100010000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310953; }

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

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

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

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

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

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

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

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