#34243D

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

Shades of Blackcurrant #34243D

Tints of Blackcurrant #34243D

Color information

#34243D (or 0x34243D) is unknown color: approx Blackcurrant. HEX triplet: 34, 24 and 3D. RGB value is (52,36,61). Sum of RGB (Red+Green+Blue) = 52+36+61=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 61 - color contains mainly: blue. Hex color #34243D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34243D is #CBDBC2. Grayscale: #2B2B2B. Windows color (decimal): -13360067 or 4006964. OLE color: 4006964.

HSL color Cylindrical-coordinate representation of color #34243D: hue angle of 278.4º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #34243D is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB523661-
CMYK0.150.4100.76
HSL278.4º25.77%19.02%-
HSV(B)278.4º40.98%23.92%-
XYZ2.892.334.71-
YUV43.63137.8133.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.90%
GREEN value IS 36 (14.45% from 255) = 24.16%
BLUE value IS 61 (24.22% from 255) = 40.94%
R=34.90%
G=24.16%
B=40.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5236610.150.4100.76278.425.7719.02
Hex34243DF2904C1161a13
Octal644475175101144263223
Binary1101001001001111011111101001010011001000101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34243D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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