#340B48

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

Shades of Blackcurrant #340B48

Tints of Blackcurrant #340B48

Color information

#340B48 (or 0x340B48) is unknown color: approx Blackcurrant. HEX triplet: 34, 0B and 48. RGB value is (52,11,72). Sum of RGB (Red+Green+Blue) = 52+11+72=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #340B48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340B48 is #CBF4B7. Grayscale: #1E1E1E. Windows color (decimal): -13366456 or 4721460. OLE color: 4721460.

HSL color Cylindrical-coordinate representation of color #340B48: hue angle of 280.33º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #340B48 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB521172-
CMYK0.280.8500.72
HSL280.33º73.49%16.27%-
HSV(B)280.33º84.72%28.24%-
XYZ2.711.446.27-
YUV30.21151.58143.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.52%
GREEN value IS 11 (4.69% from 255) = 8.15%
BLUE value IS 72 (28.52% from 255) = 53.33%
R=38.52%
G=8.15%
B=53.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5211720.280.8500.72280.3373.4916.27
Hex34B481C550481184910
Octal641311034125011043011120
Binary1101001011100100011100101010101001000100011000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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