#34203C

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

Shades of Blackcurrant #34203C

Tints of Blackcurrant #34203C

Color information

#34203C (or 0x34203C) is unknown color: approx Blackcurrant. HEX triplet: 34, 20 and 3C. RGB value is (52,32,60). Sum of RGB (Red+Green+Blue) = 52+32+60=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 60 - color contains mainly: blue. Hex color #34203C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34203C is #CBDFC3. Grayscale: #292929. Windows color (decimal): -13361092 or 3940404. OLE color: 3940404.

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

Color convert

RGB523260-
CMYK0.130.4700.76
HSL282.86º30.43%18.04%-
HSV(B)282.86º46.67%23.53%-
XYZ2.752.094.53-
YUV41.17138.63135.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.11%
GREEN value IS 32 (12.89% from 255) = 22.22%
BLUE value IS 60 (23.83% from 255) = 41.67%
R=36.11%
G=22.22%
B=41.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5232600.130.4700.76282.8630.4318.04
Hex34203CD2F04C11b1e12
Octal644074155701144333622
Binary1101001000001111001101101111010011001000110111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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