#31164B

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

Shades of Blackcurrant #31164B

Tints of Blackcurrant #31164B

Color information

#31164B (or 0x31164B) is unknown color: approx Blackcurrant. HEX triplet: 31, 16 and 4B. RGB value is (49,22,75). Sum of RGB (Red+Green+Blue) = 49+22+75=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #31164B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31164B is #CEE9B4. Grayscale: #232323. Windows color (decimal): -13560245 or 4920881. OLE color: 4920881.

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

Color convert

RGB492275-
CMYK0.350.7100.71
HSL270.57º54.64%19.02%-
HSV(B)270.57º70.67%29.41%-
XYZ2.821.736.84-
YUV36.11149.95137.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.56%
GREEN value IS 22 (8.98% from 255) = 15.07%
BLUE value IS 75 (29.69% from 255) = 51.37%
R=33.56%
G=15.07%
B=51.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4922750.350.7100.71270.5754.6419.02
Hex31164B234704710f3713
Octal61261134310701074176723
Binary11000110110100101110001110001110100011110000111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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