#340053

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

Shades of Blackcurrant #340053

Tints of Blackcurrant #340053

Color information

#340053 (or 0x340053) is unknown color: approx Blackcurrant. HEX triplet: 34, 00 and 53. RGB value is (52,0,83). Sum of RGB (Red+Green+Blue) = 52+0+83=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #340053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340053 is #CBFFAC. Grayscale: #181818. Windows color (decimal): -13369261 or 5439540. OLE color: 5439540.

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

Color convert

RGB52083-
CMYK0.37100.67
HSL277.59º100%16.27%-
HSV(B)277.59º100%32.55%-
XYZ2.981.358.29-
YUV25.01160.73147.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 61.48%
R=38.52%
G=0%
B=61.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal520830.37100.67277.5910016.27
Hex3405325640431166410
Octal64012345144010342614420
Binary11010001010011100101110010001000011100010110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340053; }

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

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

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

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

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

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

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

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