#3D1550

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

Shades of Blackcurrant #3D1550

Tints of Blackcurrant #3D1550

Color information

#3D1550 (or 0x3D1550) is unknown color: approx Blackcurrant. HEX triplet: 3D, 15 and 50. RGB value is (61,21,80). Sum of RGB (Red+Green+Blue) = 61+21+80=162 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.65% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D1550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1550 is #C2EAAF. Grayscale: #272727. Windows color (decimal): -12774064 or 5248317. OLE color: 5248317.

HSL color Cylindrical-coordinate representation of color #3D1550: hue angle of 280.68º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D1550 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB612180-
CMYK0.240.7400.69
HSL280.68º58.42%19.8%-
HSV(B)280.68º73.75%31.37%-
XYZ3.642.117.8-
YUV39.69150.75143.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.65%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 80 (31.64% from 255) = 49.38%
R=37.65%
G=12.96%
B=49.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6121800.240.7400.69280.6858.4219.8
Hex3D1550184A0451193a14
Octal75251203011201054317224
Binary1111011010110100001100010010100100010110001100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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