#34203D

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

Shades of Blackcurrant #34203D

Tints of Blackcurrant #34203D

Color information

#34203D (or 0x34203D) is unknown color: approx Blackcurrant. HEX triplet: 34, 20 and 3D. RGB value is (52,32,61). Sum of RGB (Red+Green+Blue) = 52+32+61=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 61 - color contains mainly: blue. Hex color #34203D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34203D is #CBDFC2. Grayscale: #292929. Windows color (decimal): -13361091 or 4005940. OLE color: 4005940.

HSL color Cylindrical-coordinate representation of color #34203D: hue angle of 281.38º degrees, saturation: 0.31, 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 #34203D is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB523261-
CMYK0.150.4800.76
HSL281.38º31.18%18.24%-
HSV(B)281.38º47.54%23.92%-
XYZ2.772.14.67-
YUV41.29139.13135.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 61 (24.22% from 255) = 42.07%
R=35.86%
G=22.07%
B=42.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5232610.150.4800.76281.3831.1818.24
Hex34203DF3004C1191f12
Octal644075176001144313722
Binary1101001000001111011111110000010011001000110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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