#31153C

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

Shades of Blackcurrant #31153C

Tints of Blackcurrant #31153C

Color information

#31153C (or 0x31153C) is unknown color: approx Blackcurrant. HEX triplet: 31, 15 and 3C. RGB value is (49,21,60). Sum of RGB (Red+Green+Blue) = 49+21+60=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 60 - color contains mainly: blue. Hex color #31153C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31153C is #CEEAC3. Grayscale: #212121. Windows color (decimal): -13560516 or 3937585. OLE color: 3937585.

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

Color convert

RGB492160-
CMYK0.180.6500.76
HSL283.08º48.15%15.88%-
HSV(B)283.08º65%23.53%-
XYZ2.351.524.44-
YUV33.82142.78138.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.69%
GREEN value IS 21 (8.59% from 255) = 16.15%
BLUE value IS 60 (23.83% from 255) = 46.15%
R=37.69%
G=16.15%
B=46.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4921600.180.6500.76283.0848.1515.88
Hex31153C124104C11b3010
Octal6125742210101144336020
Binary110001101011111001001010000010100110010001101111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31153C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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