#311248

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

Shades of Blackcurrant #311248

Tints of Blackcurrant #311248

Color information

#311248 (or 0x311248) is unknown color: approx Blackcurrant. HEX triplet: 31, 12 and 48. RGB value is (49,18,72). Sum of RGB (Red+Green+Blue) = 49+18+72=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #311248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311248 is #CEEDB7. Grayscale: #212121. Windows color (decimal): -13561272 or 4723249. OLE color: 4723249.

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

Color convert

RGB491872-
CMYK0.320.7500.72
HSL274.44º60%17.65%-
HSV(B)274.44º75%28.24%-
XYZ2.651.556.29-
YUV33.42149.77139.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.25%
GREEN value IS 18 (7.42% from 255) = 12.95%
BLUE value IS 72 (28.52% from 255) = 51.80%
R=35.25%
G=12.95%
B=51.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4918720.320.7500.72274.446017.65
Hex311248204B0481123c12
Octal61221104011301104227422
Binary11000110010100100010000010010110100100010001001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311248; }

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

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

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

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

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

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

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

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