#34174B

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

Shades of Blackcurrant #34174B

Tints of Blackcurrant #34174B

Color information

#34174B (or 0x34174B) is unknown color: approx Blackcurrant. HEX triplet: 34, 17 and 4B. RGB value is (52,23,75). Sum of RGB (Red+Green+Blue) = 52+23+75=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #34174B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34174B is #CBE8B4. Grayscale: #252525. Windows color (decimal): -13363381 or 4921140. OLE color: 4921140.

HSL color Cylindrical-coordinate representation of color #34174B: hue angle of 273.46º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34174B is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB522375-
CMYK0.310.6900.71
HSL273.46º53.06%19.22%-
HSV(B)273.46º69.33%29.41%-
XYZ2.991.856.86-
YUV37.6149.11138.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.67%
GREEN value IS 23 (9.38% from 255) = 15.33%
BLUE value IS 75 (29.69% from 255) = 50%
R=34.67%
G=15.33%
B=50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5223750.310.6900.71273.4653.0619.22
Hex34174B1F450471113513
Octal64271133710501074216523
Binary1101001011110010111111110001010100011110001000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34174B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34174B; }

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

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

<style>
 a { background-color: #34174B; }

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

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

<style>
 span { border-color: #34174B; }

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

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