#31233C

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

Shades of Blackcurrant #31233C

Tints of Blackcurrant #31233C

Color information

#31233C (or 0x31233C) is unknown color: approx Blackcurrant. HEX triplet: 31, 23 and 3C. RGB value is (49,35,60). Sum of RGB (Red+Green+Blue) = 49+35+60=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 60 - color contains mainly: blue. Hex color #31233C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31233C is #CEDCC3. Grayscale: #292929. Windows color (decimal): -13556932 or 3941169. OLE color: 3941169.

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

Color convert

RGB493560-
CMYK0.180.4200.76
HSL273.6º26.32%18.63%-
HSV(B)273.6º41.67%23.53%-
XYZ2.682.184.55-
YUV42.04138.14132.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.03%
GREEN value IS 35 (14.06% from 255) = 24.31%
BLUE value IS 60 (23.83% from 255) = 41.67%
R=34.03%
G=24.31%
B=41.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4935600.180.4200.76273.626.3218.63
Hex31233C122A04C1121a13
Octal614374225201144223223
Binary11000110001111110010010101010010011001000100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31233C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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