#34203A

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

Shades of Blackcurrant #34203A

Tints of Blackcurrant #34203A

Color information

#34203A (or 0x34203A) is unknown color: approx Blackcurrant. HEX triplet: 34, 20 and 3A. RGB value is (52,32,58). Sum of RGB (Red+Green+Blue) = 52+32+58=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 58 - color contains mainly: blue. Hex color #34203A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34203A is #CBDFC5. Grayscale: #282828. Windows color (decimal): -13361094 or 3809332. OLE color: 3809332.

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

Color convert

RGB523258-
CMYK0.100.4500.77
HSL286.15º28.89%17.65%-
HSV(B)286.15º44.83%22.75%-
XYZ2.72.074.26-
YUV40.94137.63135.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.62%
GREEN value IS 32 (12.89% from 255) = 22.54%
BLUE value IS 58 (23.05% from 255) = 40.85%
R=36.62%
G=22.54%
B=40.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5232580.100.4500.77286.1528.8917.65
Hex34203AA2D04D11e1d12
Octal644072125501154363522
Binary1101001000001110101010101101010011011000111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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