#340152

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

Shades of Blackcurrant #340152

Tints of Blackcurrant #340152

Color information

#340152 (or 0x340152) is unknown color: approx Blackcurrant. HEX triplet: 34, 01 and 52. RGB value is (52,1,82). Sum of RGB (Red+Green+Blue) = 52+1+82=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 82 (32.42% from 255 or 60.74% from 135); Max value from RGB is 82 - color contains mainly: blue. Hex color #340152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340152 is #CBFEAD. Grayscale: #191919. Windows color (decimal): -13369006 or 5374260. OLE color: 5374260.

HSL color Cylindrical-coordinate representation of color #340152: hue angle of 277.78º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340152 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB52182-
CMYK0.370.9900.68
HSL277.78º97.59%16.27%-
HSV(B)277.78º98.78%32.16%-
XYZ2.951.368.09-
YUV25.48159.9146.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.52%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 82 (32.42% from 255) = 60.74%
R=38.52%
G=0.74%
B=60.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal521820.370.9900.68277.7897.5916.27
Hex3415225630441166210
Octal64112245143010442614220
Binary11010011010010100101110001101000100100010110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340152; }

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

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

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

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

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

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

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

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