#342243

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

Shades of Blackcurrant #342243

Tints of Blackcurrant #342243

Color information

#342243 (or 0x342243) is unknown color: approx Blackcurrant. HEX triplet: 34, 22 and 43. RGB value is (52,34,67). Sum of RGB (Red+Green+Blue) = 52+34+67=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 67 (26.56% from 255 or 43.79% from 153); Max value from RGB is 67 - color contains mainly: blue. Hex color #342243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342243 is #CBDDBC. Grayscale: #2B2B2B. Windows color (decimal): -13360573 or 4399668. OLE color: 4399668.

HSL color Cylindrical-coordinate representation of color #342243: hue angle of 272.73º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #342243 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB523467-
CMYK0.220.4900.74
HSL272.73º32.67%19.8%-
HSV(B)272.73º49.25%26.27%-
XYZ32.285.59-
YUV43.14141.46134.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.99%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 67 (26.56% from 255) = 43.79%
R=33.99%
G=22.22%
B=43.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5234670.220.4900.74272.7332.6719.8
Hex342243163104A1112114
Octal6442103266101124214124
Binary1101001000101000011101101100010100101010001000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342243; }

 p { color: rgb(52,34,67); }

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

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

 a { background-color: rgb(52,34,67); }

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

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

 span { border-color: rgb(52,34,67); }

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