#31233D

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

Shades of Blackcurrant #31233D

Tints of Blackcurrant #31233D

Color information

#31233D (or 0x31233D) is unknown color: approx Blackcurrant. HEX triplet: 31, 23 and 3D. RGB value is (49,35,61). Sum of RGB (Red+Green+Blue) = 49+35+61=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 61 - color contains mainly: blue. Hex color #31233D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31233D is #CEDCC2. Grayscale: #2A2A2A. Windows color (decimal): -13556931 or 4006705. OLE color: 4006705.

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

Color convert

RGB493561-
CMYK0.200.4300.76
HSL272.31º27.08%18.82%-
HSV(B)272.31º42.62%23.92%-
XYZ2.712.194.7-
YUV42.15138.64132.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.79%
GREEN value IS 35 (14.06% from 255) = 24.14%
BLUE value IS 61 (24.22% from 255) = 42.07%
R=33.79%
G=24.14%
B=42.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4935610.200.4300.76272.3127.0818.82
Hex31233D142B04C1101b13
Octal614375245301144203323
Binary11000110001111110110100101011010011001000100001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31233D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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