#340753

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

Shades of Blackcurrant #340753

Tints of Blackcurrant #340753

Color information

#340753 (or 0x340753) is unknown color: approx Blackcurrant. HEX triplet: 34, 07 and 53. RGB value is (52,7,83). Sum of RGB (Red+Green+Blue) = 52+7+83=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 83 (32.81% from 255 or 58.45% from 142); Max value from RGB is 83 - color contains mainly: blue. Hex color #340753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340753 is #CBF8AC. Grayscale: #1C1C1C. Windows color (decimal): -13367469 or 5441332. OLE color: 5441332.

HSL color Cylindrical-coordinate representation of color #340753: hue angle of 275.53º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #340753 is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB52783-
CMYK0.370.9200.67
HSL275.53º84.44%17.65%-
HSV(B)275.53º91.57%32.55%-
XYZ3.051.518.31-
YUV29.12158.41144.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.62%
GREEN value IS 7 (3.12% from 255) = 4.93%
BLUE value IS 83 (32.81% from 255) = 58.45%
R=36.62%
G=4.93%
B=58.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal527830.370.9200.67275.5384.4417.65
Hex34753255C0431145412
Octal64712345134010342412422
Binary1101001111010011100101101110001000011100010100101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340753; }

 p { color: rgb(52,7,83); }

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

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

 a { background-color: rgb(52,7,83); }

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

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

 span { border-color: rgb(52,7,83); }

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