#3D1152

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

Shades of Blackcurrant #3D1152

Tints of Blackcurrant #3D1152

Color information

#3D1152 (or 0x3D1152) is unknown color: approx Blackcurrant. HEX triplet: 3D, 11 and 52. RGB value is (61,17,82). Sum of RGB (Red+Green+Blue) = 61+17+82=160 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.12% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #3D1152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1152 is #C2EEAD. Grayscale: #252525. Windows color (decimal): -12775086 or 5378365. OLE color: 5378365.

HSL color Cylindrical-coordinate representation of color #3D1152: hue angle of 280.62º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D1152 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB611782-
CMYK0.260.7900.68
HSL280.62º65.66%19.41%-
HSV(B)280.62º79.27%32.16%-
XYZ3.6528.18-
YUV37.57153.08144.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 38.12%
GREEN value IS 17 (7.03% from 255) = 10.62%
BLUE value IS 82 (32.42% from 255) = 51.25%
R=38.12%
G=10.62%
B=51.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6117820.260.7900.68280.6265.6619.41
Hex3D11521A4F0441194213
Octal752112232117010443110223
Binary11110110001101001011010100111101000100100011001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D1152; }

 p { color: rgb(61,17,82); }

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

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

 a { background-color: rgb(61,17,82); }

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

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

 span { border-color: rgb(61,17,82); }

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