#340F43

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

Shades of Blackcurrant #340F43

Tints of Blackcurrant #340F43

Color information

#340F43 (or 0x340F43) is unknown color: approx Blackcurrant. HEX triplet: 34, 0F and 43. RGB value is (52,15,67). Sum of RGB (Red+Green+Blue) = 52+15+67=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 67 (26.56% from 255 or 50% from 134); Max value from RGB is 67 - color contains mainly: blue. Hex color #340F43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340F43 is #CBF0BC. Grayscale: #1F1F1F. Windows color (decimal): -13365437 or 4394804. OLE color: 4394804.

HSL color Cylindrical-coordinate representation of color #340F43: hue angle of 282.69º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #340F43 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB521567-
CMYK0.220.7800.74
HSL282.69º63.41%16.08%-
HSV(B)282.69º77.61%26.27%-
XYZ2.61.485.46-
YUV31.99147.76142.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.81%
GREEN value IS 15 (6.25% from 255) = 11.19%
BLUE value IS 67 (26.56% from 255) = 50%
R=38.81%
G=11.19%
B=50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5215670.220.7800.74282.6963.4116.08
Hex34F43164E04A11b3f10
Octal64171032611601124337720
Binary110100111110000111011010011100100101010001101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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