#34213B

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

Shades of Blackcurrant #34213B

Tints of Blackcurrant #34213B

Color information

#34213B (or 0x34213B) is unknown color: approx Blackcurrant. HEX triplet: 34, 21 and 3B. RGB value is (52,33,59). Sum of RGB (Red+Green+Blue) = 52+33+59=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 59 - color contains mainly: blue. Hex color #34213B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34213B is #CBDEC4. Grayscale: #292929. Windows color (decimal): -13360837 or 3875124. OLE color: 3875124.

HSL color Cylindrical-coordinate representation of color #34213B: hue angle of 283.85º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #34213B is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB523359-
CMYK0.120.4400.77
HSL283.85º28.26%18.04%-
HSV(B)283.85º44.07%23.14%-
XYZ2.752.134.4-
YUV41.64137.79135.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.11%
GREEN value IS 33 (13.28% from 255) = 22.92%
BLUE value IS 59 (23.44% from 255) = 40.97%
R=36.11%
G=22.92%
B=40.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5233590.120.4400.77283.8528.2618.04
Hex34213BC2C04D11c1c12
Octal644173145401154343422
Binary1101001000011110111100101100010011011000111001110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34213B; }

 p { color: rgb(52,33,59); }

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

<style>
 a { background-color: #34213B; }

 a { background-color: rgb(52,33,59); }

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

<style>
 span { border-color: #34213B; }

 span { border-color: rgb(52,33,59); }

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