#340F40

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

Shades of Blackcurrant #340F40

Tints of Blackcurrant #340F40

Color information

#340F40 (or 0x340F40) is unknown color: approx Blackcurrant. HEX triplet: 34, 0F and 40. RGB value is (52,15,64). Sum of RGB (Red+Green+Blue) = 52+15+64=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #340F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340F40 is #CBF0BF. Grayscale: #1F1F1F. Windows color (decimal): -13365440 or 4198196. OLE color: 4198196.

HSL color Cylindrical-coordinate representation of color #340F40: hue angle of 285.31º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #340F40 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB521564-
CMYK0.190.7700.75
HSL285.31º62.03%15.49%-
HSV(B)285.31º76.56%25.1%-
XYZ2.511.445-
YUV31.65146.26142.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.69%
GREEN value IS 15 (6.25% from 255) = 11.45%
BLUE value IS 64 (25.39% from 255) = 48.85%
R=39.69%
G=11.45%
B=48.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5215640.190.7700.75285.3162.0315.49
Hex34F40134D04B11d3ef
Octal64171002311501134357617
Binary11010011111000000100111001101010010111000111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340F40; }

 p { color: rgb(52,15,64); }

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

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

 a { background-color: rgb(52,15,64); }

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

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

 span { border-color: rgb(52,15,64); }

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