#34153A

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

Shades of Blackcurrant #34153A

Tints of Blackcurrant #34153A

Color information

#34153A (or 0x34153A) is unknown color: approx Blackcurrant. HEX triplet: 34, 15 and 3A. RGB value is (52,21,58). Sum of RGB (Red+Green+Blue) = 52+21+58=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 58 - color contains mainly: blue. Hex color #34153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34153A is #CBEAC5. Grayscale: #222222. Windows color (decimal): -13363910 or 3806516. OLE color: 3806516.

HSL color Cylindrical-coordinate representation of color #34153A: hue angle of 290.27º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34153A is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB522158-
CMYK0.100.6400.77
HSL290.27º46.84%15.49%-
HSV(B)290.27º63.79%22.75%-
XYZ2.451.574.18-
YUV34.49141.27140.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.69%
GREEN value IS 21 (8.59% from 255) = 16.03%
BLUE value IS 58 (23.05% from 255) = 44.27%
R=39.69%
G=16.03%
B=44.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5221580.100.6400.77290.2746.8415.49
Hex34153AA4004D1222ff
Octal6425721210001154425717
Binary1101001010111101010101000000010011011001000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34153A; }

 p { color: rgb(52,21,58); }

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

<style>
 a { background-color: #34153A; }

 a { background-color: rgb(52,21,58); }

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

<style>
 span { border-color: #34153A; }

 span { border-color: rgb(52,21,58); }

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