#31153D

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

Shades of Blackcurrant #31153D

Tints of Blackcurrant #31153D

Color information

#31153D (or 0x31153D) is unknown color: approx Blackcurrant. HEX triplet: 31, 15 and 3D. RGB value is (49,21,61). Sum of RGB (Red+Green+Blue) = 49+21+61=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #31153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31153D is #CEEAC2. Grayscale: #212121. Windows color (decimal): -13560515 or 4003121. OLE color: 4003121.

HSL color Cylindrical-coordinate representation of color #31153D: hue angle of 282º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31153D is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB492161-
CMYK0.200.6600.76
HSL282º48.78%16.08%-
HSV(B)282º65.57%23.92%-
XYZ2.381.534.58-
YUV33.93143.28138.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.40%
GREEN value IS 21 (8.59% from 255) = 16.03%
BLUE value IS 61 (24.22% from 255) = 46.56%
R=37.40%
G=16.03%
B=46.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4921610.200.6600.7628248.7816.08
Hex31153D144204C11a3110
Octal6125752410201144326120
Binary110001101011111011010010000100100110010001101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31153D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31153D; }

 p { color: rgb(49,21,61); }

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

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

 a { background-color: rgb(49,21,61); }

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

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

 span { border-color: rgb(49,21,61); }

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