#34203E

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

Shades of Blackcurrant #34203E

Tints of Blackcurrant #34203E

Color information

#34203E (or 0x34203E) is unknown color: approx Blackcurrant. HEX triplet: 34, 20 and 3E. RGB value is (52,32,62). Sum of RGB (Red+Green+Blue) = 52+32+62=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 62 - color contains mainly: blue. Hex color #34203E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34203E is #CBDFC1. Grayscale: #292929. Windows color (decimal): -13361090 or 4071476. OLE color: 4071476.

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

Color convert

RGB523262-
CMYK0.160.4800.76
HSL280º31.91%18.43%-
HSV(B)280º48.39%24.31%-
XYZ2.82.114.82-
YUV41.4139.63135.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.62%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 62 (24.61% from 255) = 42.47%
R=35.62%
G=21.92%
B=42.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5232620.160.4800.7628031.9118.43
Hex34203E103004C1182012
Octal644076206001144304022
Binary110100100000111110100001100000100110010001100010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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