#34173E

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

Shades of Blackcurrant #34173E

Tints of Blackcurrant #34173E

Color information

#34173E (or 0x34173E) is unknown color: approx Blackcurrant. HEX triplet: 34, 17 and 3E. RGB value is (52,23,62). Sum of RGB (Red+Green+Blue) = 52+23+62=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 62 (24.61% from 255 or 45.26% from 137); Max value from RGB is 62 - color contains mainly: blue. Hex color #34173E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34173E is #CBE8C1. Grayscale: #232323. Windows color (decimal): -13363394 or 4069172. OLE color: 4069172.

HSL color Cylindrical-coordinate representation of color #34173E: hue angle of 284.62º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34173E is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB522362-
CMYK0.160.6300.76
HSL284.62º45.88%16.67%-
HSV(B)284.62º62.9%24.31%-
XYZ2.591.694.75-
YUV36.12142.61139.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.96%
GREEN value IS 23 (9.38% from 255) = 16.79%
BLUE value IS 62 (24.61% from 255) = 45.26%
R=37.96%
G=16.79%
B=45.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5223620.160.6300.76284.6245.8816.67
Hex34173E103F04C11d2e11
Octal642776207701144355621
Binary11010010111111110100001111110100110010001110110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34173E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34173E; }

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

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

<style>
 a { background-color: #34173E; }

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

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

<style>
 span { border-color: #34173E; }

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

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