#341243

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

Shades of Blackcurrant #341243

Tints of Blackcurrant #341243

Color information

#341243 (or 0x341243) is unknown color: approx Blackcurrant. HEX triplet: 34, 12 and 43. RGB value is (52,18,67). Sum of RGB (Red+Green+Blue) = 52+18+67=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 67 (26.56% from 255 or 48.91% from 137); Max value from RGB is 67 - color contains mainly: blue. Hex color #341243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341243 is #CBEDBC. Grayscale: #212121. Windows color (decimal): -13364669 or 4395572. OLE color: 4395572.

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

Color convert

RGB521867-
CMYK0.220.7300.74
HSL281.63º57.65%16.67%-
HSV(B)281.63º73.13%26.27%-
XYZ2.651.575.47-
YUV33.75146.76141.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.96%
GREEN value IS 18 (7.42% from 255) = 13.14%
BLUE value IS 67 (26.56% from 255) = 48.91%
R=37.96%
G=13.14%
B=48.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5218670.220.7300.74281.6357.6516.67
Hex341243164904A11a3a11
Octal64221032611101124327221
Binary1101001001010000111011010010010100101010001101011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341243; }

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

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

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

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

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

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

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

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