#34153C

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

Shades of Blackcurrant #34153C

Tints of Blackcurrant #34153C

Color information

#34153C (or 0x34153C) is unknown color: approx Blackcurrant. HEX triplet: 34, 15 and 3C. RGB value is (52,21,60). Sum of RGB (Red+Green+Blue) = 52+21+60=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 60 - color contains mainly: blue. Hex color #34153C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34153C is #CBEAC3. Grayscale: #222222. Windows color (decimal): -13363908 or 3937588. OLE color: 3937588.

HSL color Cylindrical-coordinate representation of color #34153C: hue angle of 287.69º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34153C is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB522160-
CMYK0.130.6500.76
HSL287.69º48.15%15.88%-
HSV(B)287.69º65%23.53%-
XYZ2.51.594.45-
YUV34.72142.27140.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.10%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 60 (23.83% from 255) = 45.11%
R=39.10%
G=15.79%
B=45.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5221600.130.6500.76287.6948.1515.88
Hex34153CD4104C1203010
Octal6425741510101144406020
Binary11010010101111100110110000010100110010010000011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34153C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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