#340139

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

Shades of Blackcurrant #340139

Tints of Blackcurrant #340139

Color information

#340139 (or 0x340139) is unknown color: approx Blackcurrant. HEX triplet: 34, 01 and 39. RGB value is (52,1,57). Sum of RGB (Red+Green+Blue) = 52+1+57=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 57 (22.66% from 255 or 51.82% from 110); Max value from RGB is 57 - color contains mainly: blue. Hex color #340139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340139 is #CBFEC6. Grayscale: #161616. Windows color (decimal): -13369031 or 3735860. OLE color: 3735860.

HSL color Cylindrical-coordinate representation of color #340139: hue angle of 294.64º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340139 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB52157-
CMYK0.090.9800.78
HSL294.64º96.55%11.37%-
HSV(B)294.64º98.25%22.35%-
XYZ2.171.053.96-
YUV22.63147.4148.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.27%
GREEN value IS 1 (0.78% from 255) = 0.91%
BLUE value IS 57 (22.66% from 255) = 51.82%
R=47.27%
G=0.91%
B=51.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal521570.090.9800.78294.6496.5511.37
Hex3413996204E12761b
Octal6417111142011644714113
Binary1101001111001100111000100100111010010011111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340139; }

 p { color: rgb(52,1,57); }

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

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

 a { background-color: rgb(52,1,57); }

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

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

 span { border-color: rgb(52,1,57); }

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