#311348

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

Shades of Blackcurrant #311348

Tints of Blackcurrant #311348

Color information

#311348 (or 0x311348) is unknown color: approx Blackcurrant. HEX triplet: 31, 13 and 48. RGB value is (49,19,72). Sum of RGB (Red+Green+Blue) = 49+19+72=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #311348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311348 is #CEECB7. Grayscale: #212121. Windows color (decimal): -13561016 or 4723505. OLE color: 4723505.

HSL color Cylindrical-coordinate representation of color #311348: hue angle of 273.96º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #311348 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB491972-
CMYK0.320.7400.72
HSL273.96º58.24%17.84%-
HSV(B)273.96º73.61%28.24%-
XYZ2.671.596.3-
YUV34.01149.44138.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 72 (28.52% from 255) = 51.43%
R=35%
G=13.57%
B=51.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4919720.320.7400.72273.9658.2417.84
Hex311348204A0481123a12
Octal61231104011201104227222
Binary11000110011100100010000010010100100100010001001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311348; }

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

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

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

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

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

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

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

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