#3D104B

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

Shades of Blackcurrant #3D104B

Tints of Blackcurrant #3D104B

Color information

#3D104B (or 0x3D104B) is unknown color: approx Blackcurrant. HEX triplet: 3D, 10 and 4B. RGB value is (61,16,75). Sum of RGB (Red+Green+Blue) = 61+16+75=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D104B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D104B is #C2EFB4. Grayscale: #232323. Windows color (decimal): -12775349 or 4919357. OLE color: 4919357.

HSL color Cylindrical-coordinate representation of color #3D104B: hue angle of 285.76º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D104B is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB611675-
CMYK0.190.7900.71
HSL285.76º64.84%17.84%-
HSV(B)285.76º78.67%29.41%-
XYZ3.381.876.84-
YUV36.18149.91145.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.13%
GREEN value IS 16 (6.64% from 255) = 10.53%
BLUE value IS 75 (29.69% from 255) = 49.34%
R=40.13%
G=10.53%
B=49.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6116750.190.7900.71285.7664.8417.84
Hex3D104B134F04711e4112
Octal752011323117010743610122
Binary11110110000100101110011100111101000111100011110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,16,75); }

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

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

 a { background-color: rgb(61,16,75); }

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

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

 span { border-color: rgb(61,16,75); }

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