#340148

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

Shades of Blackcurrant #340148

Tints of Blackcurrant #340148

Color information

#340148 (or 0x340148) is unknown color: approx Blackcurrant. HEX triplet: 34, 01 and 48. RGB value is (52,1,72). Sum of RGB (Red+Green+Blue) = 52+1+72=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #340148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340148 is #CBFEB7. Grayscale: #181818. Windows color (decimal): -13369016 or 4718900. OLE color: 4718900.

HSL color Cylindrical-coordinate representation of color #340148: hue angle of 283.1º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340148 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB52172-
CMYK0.280.9900.72
HSL283.1º97.26%14.31%-
HSV(B)283.1º98.61%28.24%-
XYZ2.61.226.23-
YUV24.34154.9147.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.6%
GREEN value IS 1 (0.78% from 255) = 0.8%
BLUE value IS 72 (28.52% from 255) = 57.6%
R=41.6%
G=0.8%
B=57.6%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal521720.280.9900.72283.197.2614.31
Hex341481C6304811b61e
Octal64111034143011043314116
Binary110100110010001110011000110100100010001101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340148; }

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

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

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

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

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

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

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

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