#341442

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

Shades of Blackcurrant #341442

Tints of Blackcurrant #341442

Color information

#341442 (or 0x341442) is unknown color: approx Blackcurrant. HEX triplet: 34, 14 and 42. RGB value is (52,20,66). Sum of RGB (Red+Green+Blue) = 52+20+66=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 66 (26.17% from 255 or 47.83% from 138); Max value from RGB is 66 - color contains mainly: blue. Hex color #341442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341442 is #CBEBBD. Grayscale: #222222. Windows color (decimal): -13364158 or 4330548. OLE color: 4330548.

HSL color Cylindrical-coordinate representation of color #341442: hue angle of 281.74º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #341442 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB522066-
CMYK0.210.7000.74
HSL281.74º53.49%16.86%-
HSV(B)281.74º69.7%25.88%-
XYZ2.651.625.33-
YUV34.81145.6140.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.68%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 66 (26.17% from 255) = 47.83%
R=37.68%
G=14.49%
B=47.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5220660.210.7000.74281.7453.4916.86
Hex341442154604A11a3511
Octal64241022510601124326521
Binary1101001010010000101010110001100100101010001101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341442; }

 p { color: rgb(52,20,66); }

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

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

 a { background-color: rgb(52,20,66); }

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

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

 span { border-color: rgb(52,20,66); }

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