#3D0951

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

Shades of Blackcurrant #3D0951

Tints of Blackcurrant #3D0951

Color information

#3D0951 (or 0x3D0951) is unknown color: approx Blackcurrant. HEX triplet: 3D, 09 and 51. RGB value is (61,9,81). Sum of RGB (Red+Green+Blue) = 61+9+81=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #3D0951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0951 is #C2F6AE. Grayscale: #202020. Windows color (decimal): -12777135 or 5310781. OLE color: 5310781.

HSL color Cylindrical-coordinate representation of color #3D0951: hue angle of 283.33º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D0951 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB61981-
CMYK0.250.8900.68
HSL283.33º80%17.65%-
HSV(B)283.33º88.89%31.76%-
XYZ3.511.787.94-
YUV32.76155.23148.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.40%
GREEN value IS 9 (3.91% from 255) = 5.96%
BLUE value IS 81 (32.03% from 255) = 53.64%
R=40.40%
G=5.96%
B=53.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal619810.250.8900.68283.338017.65
Hex3D951195904411b5012
Octal751112131131010443312022
Binary1111011001101000111001101100101000100100011011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,9,81); }

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

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

 a { background-color: rgb(61,9,81); }

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

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

 span { border-color: rgb(61,9,81); }

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