#340C48

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

Shades of Blackcurrant #340C48

Tints of Blackcurrant #340C48

Color information

#340C48 (or 0x340C48) is unknown color: approx Blackcurrant. HEX triplet: 34, 0C and 48. RGB value is (52,12,72). Sum of RGB (Red+Green+Blue) = 52+12+72=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #340C48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340C48 is #CBF3B7. Grayscale: #1E1E1E. Windows color (decimal): -13366200 or 4721716. OLE color: 4721716.

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

Color convert

RGB521272-
CMYK0.280.8300.72
HSL280º71.43%16.47%-
HSV(B)280º83.33%28.24%-
XYZ2.721.466.27-
YUV30.8151.25143.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.24%
GREEN value IS 12 (5.08% from 255) = 8.82%
BLUE value IS 72 (28.52% from 255) = 52.94%
R=38.24%
G=8.82%
B=52.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5212720.280.8300.7228071.4316.47
Hex34C481C530481184710
Octal641411034123011043010720
Binary1101001100100100011100101001101001000100011000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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