#340045

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

Shades of Blackcurrant #340045

Tints of Blackcurrant #340045

Color information

#340045 (or 0x340045) is unknown color: approx Blackcurrant. HEX triplet: 34, 00 and 45. RGB value is (52,0,69). Sum of RGB (Red+Green+Blue) = 52+0+69=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 69 (27.34% from 255 or 57.02% from 121); Max value from RGB is 69 - color contains mainly: blue. Hex color #340045 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340045 is #CBFFBA. Grayscale: #171717. Windows color (decimal): -13369275 or 4522036. OLE color: 4522036.

HSL color Cylindrical-coordinate representation of color #340045: hue angle of 285.22º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #340045 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB52069-
CMYK0.25100.73
HSL285.22º100%13.53%-
HSV(B)285.22º100%27.06%-
XYZ2.491.165.72-
YUV23.41153.73148.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 57.02%
R=42.98%
G=0%
B=57.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal520690.25100.73285.2210013.53
Hex34045196404911d64e
Octal64010531144011143514416
Binary110100010001011100111001000100100110001110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340045; }

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

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

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

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

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

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

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

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