#3D154D

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

Shades of Blackcurrant #3D154D

Tints of Blackcurrant #3D154D

Color information

#3D154D (or 0x3D154D) is unknown color: approx Blackcurrant. HEX triplet: 3D, 15 and 4D. RGB value is (61,21,77). Sum of RGB (Red+Green+Blue) = 61+21+77=159 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.36% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D154D is #C2EAB2. Grayscale: #272727. Windows color (decimal): -12774067 or 5051709. OLE color: 5051709.

HSL color Cylindrical-coordinate representation of color #3D154D: hue angle of 282.86º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D154D is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB612177-
CMYK0.210.7300.70
HSL282.86º57.14%19.22%-
HSV(B)282.86º72.73%30.2%-
XYZ3.532.067.23-
YUV39.34149.25143.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 38.36%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 77 (30.47% from 255) = 48.43%
R=38.36%
G=13.21%
B=48.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6121770.210.7300.70282.8657.1419.22
Hex3D154D154904611b3913
Octal75251152511101064337123
Binary1111011010110011011010110010010100011010001101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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