#3D014B

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

Shades of Blackcurrant #3D014B

Tints of Blackcurrant #3D014B

Color information

#3D014B (or 0x3D014B) is unknown color: approx Blackcurrant. HEX triplet: 3D, 01 and 4B. RGB value is (61,1,75). Sum of RGB (Red+Green+Blue) = 61+1+75=137 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.53% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D014B is #C2FEB4. Grayscale: #1B1B1B. Windows color (decimal): -12779189 or 4915517. OLE color: 4915517.

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

Color convert

RGB61175-
CMYK0.190.9900.71
HSL288.65º97.37%14.9%-
HSV(B)288.65º98.67%29.41%-
XYZ3.211.526.78-
YUV27.38154.88151.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 44.53%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 75 (29.69% from 255) = 54.74%
R=44.53%
G=0.73%
B=54.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal611750.190.9900.71288.6597.3714.9
Hex3D14B136304712161f
Octal75111323143010744114117
Binary111101110010111001111000110100011110010000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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