#3A144C

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

Shades of Blackcurrant #3A144C

Tints of Blackcurrant #3A144C

Color information

#3A144C (or 0x3A144C) is unknown color: approx Blackcurrant. HEX triplet: 3A, 14 and 4C. RGB value is (58,20,76). Sum of RGB (Red+Green+Blue) = 58+20+76=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #3A144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A144C is #C5EBB3. Grayscale: #252525. Windows color (decimal): -12970932 or 4985914. OLE color: 4985914.

HSL color Cylindrical-coordinate representation of color #3A144C: hue angle of 280.71º 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 #3A144C is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB582076-
CMYK0.240.7400.70
HSL280.71º58.33%18.82%-
HSV(B)280.71º73.68%29.8%-
XYZ3.31.927.03-
YUV37.75149.59142.45-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.66%
GREEN value IS 20 (8.20% from 255) = 12.99%
BLUE value IS 76 (30.08% from 255) = 49.35%
R=37.66%
G=12.99%
B=49.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5820760.240.7400.70280.7158.3318.82
Hex3A144C184A0461193a13
Octal72241143011201064317223
Binary1110101010010011001100010010100100011010001100111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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