#3D1545

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

Shades of Blackcurrant #3D1545

Tints of Blackcurrant #3D1545

Color information

#3D1545 (or 0x3D1545) is unknown color: approx Blackcurrant. HEX triplet: 3D, 15 and 45. RGB value is (61,21,69). Sum of RGB (Red+Green+Blue) = 61+21+69=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 69 - color contains mainly: blue. Hex color #3D1545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1545 is #C2EABA. Grayscale: #262626. Windows color (decimal): -12774075 or 4527421. OLE color: 4527421.

HSL color Cylindrical-coordinate representation of color #3D1545: hue angle of 290º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D1545 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB612169-
CMYK0.120.7000.73
HSL290º53.33%17.65%-
HSV(B)290º69.57%27.06%-
XYZ3.271.965.84-
YUV38.43145.25144.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.40%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 69 (27.34% from 255) = 45.70%
R=40.40%
G=13.91%
B=45.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6121690.120.7000.7329053.3317.65
Hex3D1545C460491223512
Octal75251051410601114426522
Binary111101101011000101110010001100100100110010001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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