#340C3E

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

Shades of Blackcurrant #340C3E

Tints of Blackcurrant #340C3E

Color information

#340C3E (or 0x340C3E) is unknown color: approx Blackcurrant. HEX triplet: 34, 0C and 3E. RGB value is (52,12,62). Sum of RGB (Red+Green+Blue) = 52+12+62=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 62 (24.61% from 255 or 49.21% from 126); Max value from RGB is 62 - color contains mainly: blue. Hex color #340C3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340C3E is #CBF3C1. Grayscale: #1D1D1D. Windows color (decimal): -13366210 or 4066356. OLE color: 4066356.

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

Color convert

RGB521262-
CMYK0.160.8100.76
HSL288º67.57%14.51%-
HSV(B)288º80.65%24.31%-
XYZ2.421.344.69-
YUV29.66146.25143.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 12 (5.08% from 255) = 9.52%
BLUE value IS 62 (24.61% from 255) = 49.21%
R=41.27%
G=9.52%
B=49.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5212620.160.8100.7628867.5714.51
Hex34C3E105104C12044f
Octal64147620121011444010417
Binary11010011001111101000010100010100110010010000010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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