#34213A

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

Shades of Blackcurrant #34213A

Tints of Blackcurrant #34213A

Color information

#34213A (or 0x34213A) is unknown color: approx Blackcurrant. HEX triplet: 34, 21 and 3A. RGB value is (52,33,58). Sum of RGB (Red+Green+Blue) = 52+33+58=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 58 - color contains mainly: blue. Hex color #34213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34213A is #CBDEC5. Grayscale: #292929. Windows color (decimal): -13360838 or 3809588. OLE color: 3809588.

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

Color convert

RGB523358-
CMYK0.100.4300.77
HSL285.6º27.47%17.84%-
HSV(B)285.6º43.1%22.75%-
XYZ2.722.124.27-
YUV41.53137.29135.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.36%
GREEN value IS 33 (13.28% from 255) = 23.08%
BLUE value IS 58 (23.05% from 255) = 40.56%
R=36.36%
G=23.08%
B=40.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5233580.100.4300.77285.627.4717.84
Hex34213AA2B04D11e1b12
Octal644172125301154363322
Binary1101001000011110101010101011010011011000111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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