#310B48

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

Shades of Blackcurrant #310B48

Tints of Blackcurrant #310B48

Color information

#310B48 (or 0x310B48) is unknown color: approx Blackcurrant. HEX triplet: 31, 0B and 48. RGB value is (49,11,72). Sum of RGB (Red+Green+Blue) = 49+11+72=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 11 (4.69% from 255 or 8.33% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #310B48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B48 is #CEF4B7. Grayscale: #1D1D1D. Windows color (decimal): -13563064 or 4721457. OLE color: 4721457.

HSL color Cylindrical-coordinate representation of color #310B48: hue angle of 277.38º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #310B48 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB491172-
CMYK0.320.8500.72
HSL277.38º73.49%16.27%-
HSV(B)277.38º84.72%28.24%-
XYZ2.561.366.26-
YUV29.32152.09142.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.12%
GREEN value IS 11 (4.69% from 255) = 8.33%
BLUE value IS 72 (28.52% from 255) = 54.55%
R=37.12%
G=8.33%
B=54.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4911720.320.8500.72277.3873.4916.27
Hex31B4820550481154910
Octal611311040125011042511120
Binary11000110111001000100000101010101001000100010101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310B48; }

 p { color: rgb(49,11,72); }

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

<style>
 a { background-color: #310B48; }

 a { background-color: rgb(49,11,72); }

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

<style>
 span { border-color: #310B48; }

 span { border-color: rgb(49,11,72); }

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