#31253A

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

Shades of Blackcurrant #31253A

Tints of Blackcurrant #31253A

Color information

#31253A (or 0x31253A) is unknown color: approx Blackcurrant. HEX triplet: 31, 25 and 3A. RGB value is (49,37,58). Sum of RGB (Red+Green+Blue) = 49+37+58=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 58 - color contains mainly: blue. Hex color #31253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31253A is #CEDAC5. Grayscale: #2A2A2A. Windows color (decimal): -13556422 or 3810609. OLE color: 3810609.

HSL color Cylindrical-coordinate representation of color #31253A: hue angle of 274.29º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #31253A is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB493758-
CMYK0.160.3600.77
HSL274.29º22.11%18.63%-
HSV(B)274.29º36.21%22.75%-
XYZ2.692.284.3-
YUV42.98136.48132.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.03%
GREEN value IS 37 (14.84% from 255) = 25.69%
BLUE value IS 58 (23.05% from 255) = 40.28%
R=34.03%
G=25.69%
B=40.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4937580.160.3600.77274.2922.1118.63
Hex31253A102404D1121613
Octal614572204401154222623
Binary11000110010111101010000100100010011011000100101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31253A; }

 p { color: rgb(49,37,58); }

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

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

 a { background-color: rgb(49,37,58); }

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

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

 span { border-color: rgb(49,37,58); }

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