#34203F

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

Shades of Blackcurrant #34203F

Tints of Blackcurrant #34203F

Color information

#34203F (or 0x34203F) is unknown color: approx Blackcurrant. HEX triplet: 34, 20 and 3F. RGB value is (52,32,63). Sum of RGB (Red+Green+Blue) = 52+32+63=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 63 - color contains mainly: blue. Hex color #34203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34203F is #CBDFC0. Grayscale: #292929. Windows color (decimal): -13361089 or 4137012. OLE color: 4137012.

HSL color Cylindrical-coordinate representation of color #34203F: hue angle of 278.71º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #34203F is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB523263-
CMYK0.170.4900.75
HSL278.71º32.63%18.63%-
HSV(B)278.71º49.21%24.71%-
XYZ2.832.124.96-
YUV41.51140.13135.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.37%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 63 (25% from 255) = 42.86%
R=35.37%
G=21.77%
B=42.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5232630.170.4900.75278.7132.6318.63
Hex34203F113104B1172113
Octal644077216101134274123
Binary110100100000111111100011100010100101110001011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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