#3D1648

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

Shades of Blackcurrant #3D1648

Tints of Blackcurrant #3D1648

Color information

#3D1648 (or 0x3D1648) is unknown color: approx Blackcurrant. HEX triplet: 3D, 16 and 48. RGB value is (61,22,72). Sum of RGB (Red+Green+Blue) = 61+22+72=155 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.35% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #3D1648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1648 is #C2E9B7. Grayscale: #272727. Windows color (decimal): -12773816 or 4724285. OLE color: 4724285.

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

Color convert

RGB612272-
CMYK0.150.6900.72
HSL286.8º53.19%18.43%-
HSV(B)286.8º69.44%28.24%-
XYZ3.382.036.35-
YUV39.36146.42143.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 39.35%
GREEN value IS 22 (8.98% from 255) = 14.19%
BLUE value IS 72 (28.52% from 255) = 46.45%
R=39.35%
G=14.19%
B=46.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6122720.150.6900.72286.853.1918.43
Hex3D1648F4504811f3512
Octal75261101710501104376522
Binary111101101101001000111110001010100100010001111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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