#31243A

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

Shades of Blackcurrant #31243A

Tints of Blackcurrant #31243A

Color information

#31243A (or 0x31243A) is unknown color: approx Blackcurrant. HEX triplet: 31, 24 and 3A. RGB value is (49,36,58). Sum of RGB (Red+Green+Blue) = 49+36+58=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 58 - color contains mainly: blue. Hex color #31243A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31243A is #CEDBC5. Grayscale: #2A2A2A. Windows color (decimal): -13556678 or 3810353. OLE color: 3810353.

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

Color convert

RGB493658-
CMYK0.160.3800.77
HSL275.45º23.4%18.43%-
HSV(B)275.45º37.93%22.75%-
XYZ2.662.224.29-
YUV42.4136.81132.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.27%
GREEN value IS 36 (14.45% from 255) = 25.17%
BLUE value IS 58 (23.05% from 255) = 40.56%
R=34.27%
G=25.17%
B=40.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4936580.160.3800.77275.4523.418.43
Hex31243A102604D1131712
Octal614472204601154232722
Binary11000110010011101010000100110010011011000100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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