#34153B

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

Shades of Blackcurrant #34153B

Tints of Blackcurrant #34153B

Color information

#34153B (or 0x34153B) is unknown color: approx Blackcurrant. HEX triplet: 34, 15 and 3B. RGB value is (52,21,59). Sum of RGB (Red+Green+Blue) = 52+21+59=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 59 - color contains mainly: blue. Hex color #34153B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34153B is #CBEAC4. Grayscale: #222222. Windows color (decimal): -13363909 or 3872052. OLE color: 3872052.

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

Color convert

RGB522159-
CMYK0.120.6400.77
HSL288.95º47.5%15.69%-
HSV(B)288.95º64.41%23.14%-
XYZ2.471.584.31-
YUV34.6141.77140.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.39%
GREEN value IS 21 (8.59% from 255) = 15.91%
BLUE value IS 59 (23.44% from 255) = 44.70%
R=39.39%
G=15.91%
B=44.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5221590.120.6400.77288.9547.515.69
Hex34153BC4004D1213010
Octal6425731410001154416020
Binary11010010101111011110010000000100110110010000111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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