#31154B

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

Shades of Blackcurrant #31154B

Tints of Blackcurrant #31154B

Color information

#31154B (or 0x31154B) is unknown color: approx Blackcurrant. HEX triplet: 31, 15 and 4B. RGB value is (49,21,75). Sum of RGB (Red+Green+Blue) = 49+21+75=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #31154B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31154B is #CEEAB4. Grayscale: #232323. Windows color (decimal): -13560501 or 4920625. OLE color: 4920625.

HSL color Cylindrical-coordinate representation of color #31154B: hue angle of 271.11º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31154B is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB492175-
CMYK0.350.7200.71
HSL271.11º56.25%18.82%-
HSV(B)271.11º72%29.41%-
XYZ2.81.76.84-
YUV35.53150.28137.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.79%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 75 (29.69% from 255) = 51.72%
R=33.79%
G=14.48%
B=51.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4921750.350.7200.71271.1156.2518.82
Hex31154B234804710f3813
Octal61251134311001074177023
Binary11000110101100101110001110010000100011110000111111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31154B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31154B; }

 p { color: rgb(49,21,75); }

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

<style>
 a { background-color: #31154B; }

 a { background-color: rgb(49,21,75); }

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

<style>
 span { border-color: #31154B; }

 span { border-color: rgb(49,21,75); }

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