#340B3D

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

Shades of Blackcurrant #340B3D

Tints of Blackcurrant #340B3D

Color information

#340B3D (or 0x340B3D) is unknown color: approx Blackcurrant. HEX triplet: 34, 0B and 3D. RGB value is (52,11,61). Sum of RGB (Red+Green+Blue) = 52+11+61=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #340B3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340B3D is #CBF4C2. Grayscale: #1C1C1C. Windows color (decimal): -13366467 or 4000564. OLE color: 4000564.

HSL color Cylindrical-coordinate representation of color #340B3D: hue angle of 289.2º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #340B3D is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB521161-
CMYK0.150.8200.76
HSL289.2º69.44%14.12%-
HSV(B)289.2º81.97%23.92%-
XYZ2.381.314.54-
YUV28.96146.08144.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.94%
GREEN value IS 11 (4.69% from 255) = 8.87%
BLUE value IS 61 (24.22% from 255) = 49.19%
R=41.94%
G=8.87%
B=49.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5211610.150.8200.76289.269.4414.12
Hex34B3DF5204C12145e
Octal64137517122011444110516
Binary1101001011111101111110100100100110010010000110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,11,61); }

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

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

 a { background-color: rgb(52,11,61); }

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

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

 span { border-color: rgb(52,11,61); }

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