#31243D

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

Shades of Blackcurrant #31243D

Tints of Blackcurrant #31243D

Color information

#31243D (or 0x31243D) is unknown color: approx Blackcurrant. HEX triplet: 31, 24 and 3D. RGB value is (49,36,61). Sum of RGB (Red+Green+Blue) = 49+36+61=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #31243D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31243D is #CEDBC2. Grayscale: #2A2A2A. Windows color (decimal): -13556675 or 4006961. OLE color: 4006961.

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

Color convert

RGB493661-
CMYK0.200.4100.76
HSL271.2º25.77%19.02%-
HSV(B)271.2º40.98%23.92%-
XYZ2.742.254.71-
YUV42.74138.31132.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.56%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 61 (24.22% from 255) = 41.78%
R=33.56%
G=24.66%
B=41.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4936610.200.4100.76271.225.7719.02
Hex31243D142904C10f1a13
Octal614475245101144173223
Binary11000110010011110110100101001010011001000011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31243D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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