#3A164B

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

Shades of Blackcurrant #3A164B

Tints of Blackcurrant #3A164B

Color information

#3A164B (or 0x3A164B) is unknown color: approx Blackcurrant. HEX triplet: 3A, 16 and 4B. RGB value is (58,22,75). Sum of RGB (Red+Green+Blue) = 58+22+75=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A164B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A164B is #C5E9B4. Grayscale: #262626. Windows color (decimal): -12970421 or 4920890. OLE color: 4920890.

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

Color convert

RGB582275-
CMYK0.230.7100.71
HSL280.75º54.64%19.02%-
HSV(B)280.75º70.67%29.41%-
XYZ3.31.986.87-
YUV38.81148.43141.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.42%
GREEN value IS 22 (8.98% from 255) = 14.19%
BLUE value IS 75 (29.69% from 255) = 48.39%
R=37.42%
G=14.19%
B=48.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5822750.230.7100.71280.7554.6419.02
Hex3A164B17470471193713
Octal72261132710701074316723
Binary1110101011010010111011110001110100011110001100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,22,75); }

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

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

 a { background-color: rgb(58,22,75); }

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

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

 span { border-color: rgb(58,22,75); }

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