#340F48

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

Shades of Blackcurrant #340F48

Tints of Blackcurrant #340F48

Color information

#340F48 (or 0x340F48) is unknown color: approx Blackcurrant. HEX triplet: 34, 0F and 48. RGB value is (52,15,72). Sum of RGB (Red+Green+Blue) = 52+15+72=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #340F48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340F48 is #CBF0B7. Grayscale: #202020. Windows color (decimal): -13365432 or 4722484. OLE color: 4722484.

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

Color convert

RGB521572-
CMYK0.280.7900.72
HSL278.95º65.52%17.06%-
HSV(B)278.95º79.17%28.24%-
XYZ2.761.546.28-
YUV32.56150.26141.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.41%
GREEN value IS 15 (6.25% from 255) = 10.79%
BLUE value IS 72 (28.52% from 255) = 51.80%
R=37.41%
G=10.79%
B=51.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5215720.280.7900.72278.9565.5217.06
Hex34F481C4F0481174211
Octal641711034117011042710221
Binary1101001111100100011100100111101001000100010111100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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