#3D1450

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

Shades of Blackcurrant #3D1450

Tints of Blackcurrant #3D1450

Color information

#3D1450 (or 0x3D1450) is unknown color: approx Blackcurrant. HEX triplet: 3D, 14 and 50. RGB value is (61,20,80). Sum of RGB (Red+Green+Blue) = 61+20+80=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D1450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1450 is #C2EBAF. Grayscale: #262626. Windows color (decimal): -12774320 or 5248061. OLE color: 5248061.

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

Color convert

RGB612080-
CMYK0.240.7500.69
HSL281º60%19.61%-
HSV(B)281º75%31.37%-
XYZ3.622.077.8-
YUV39.1151.08143.62-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.89%
GREEN value IS 20 (8.20% from 255) = 12.42%
BLUE value IS 80 (31.64% from 255) = 49.69%
R=37.89%
G=12.42%
B=49.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6120800.240.7500.692816019.61
Hex3D1450184B0451193c14
Octal75241203011301054317424
Binary1111011010010100001100010010110100010110001100111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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