#31253D

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

Shades of Blackcurrant #31253D

Tints of Blackcurrant #31253D

Color information

#31253D (or 0x31253D) is unknown color: approx Blackcurrant. HEX triplet: 31, 25 and 3D. RGB value is (49,37,61). Sum of RGB (Red+Green+Blue) = 49+37+61=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 61 - color contains mainly: blue. Hex color #31253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31253D is #CEDAC2. Grayscale: #2B2B2B. Windows color (decimal): -13556419 or 4007217. OLE color: 4007217.

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

Color convert

RGB493761-
CMYK0.200.3900.76
HSL270º24.49%19.22%-
HSV(B)270º39.34%23.92%-
XYZ2.772.314.72-
YUV43.32137.98132.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.33%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 61 (24.22% from 255) = 41.50%
R=33.33%
G=25.17%
B=41.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4937610.200.3900.7627024.4919.22
Hex31253D142704C10e1813
Octal614575244701144163023
Binary11000110010111110110100100111010011001000011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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