#3D144C

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

Shades of Blackcurrant #3D144C

Tints of Blackcurrant #3D144C

Color information

#3D144C (or 0x3D144C) is unknown color: approx Blackcurrant. HEX triplet: 3D, 14 and 4C. RGB value is (61,20,76). Sum of RGB (Red+Green+Blue) = 61+20+76=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #3D144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D144C is #C2EBB3. Grayscale: #262626. Windows color (decimal): -12774324 or 4985917. OLE color: 4985917.

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

Color convert

RGB612076-
CMYK0.200.7400.70
HSL283.93º58.33%18.82%-
HSV(B)283.93º73.68%29.8%-
XYZ3.482.017.04-
YUV38.64149.08143.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 38.85%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 76 (30.08% from 255) = 48.41%
R=38.85%
G=12.74%
B=48.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6120760.200.7400.70283.9358.3318.82
Hex3D144C144A04611c3a13
Octal75241142411201064347223
Binary1111011010010011001010010010100100011010001110011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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