#3D1548

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

Shades of Blackcurrant #3D1548

Tints of Blackcurrant #3D1548

Color information

#3D1548 (or 0x3D1548) is unknown color: approx Blackcurrant. HEX triplet: 3D, 15 and 48. RGB value is (61,21,72). Sum of RGB (Red+Green+Blue) = 61+21+72=154 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.61% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #3D1548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1548 is #C2EAB7. Grayscale: #262626. Windows color (decimal): -12774072 or 4724029. OLE color: 4724029.

HSL color Cylindrical-coordinate representation of color #3D1548: hue angle of 287.06º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D1548 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB612172-
CMYK0.150.7100.72
HSL287.06º54.84%18.24%-
HSV(B)287.06º70.83%28.24%-
XYZ3.3626.34-
YUV38.77146.75143.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 39.61%
GREEN value IS 21 (8.59% from 255) = 13.64%
BLUE value IS 72 (28.52% from 255) = 46.75%
R=39.61%
G=13.64%
B=46.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6121720.150.7100.72287.0654.8418.24
Hex3D1548F4704811f3712
Octal75251101710701104376722
Binary111101101011001000111110001110100100010001111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,21,72); }

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

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

 a { background-color: rgb(61,21,72); }

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

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

 span { border-color: rgb(61,21,72); }

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