#34253A

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

Shades of Blackcurrant #34253A

Tints of Blackcurrant #34253A

Color information

#34253A (or 0x34253A) is unknown color: approx Blackcurrant. HEX triplet: 34, 25 and 3A. RGB value is (52,37,58). Sum of RGB (Red+Green+Blue) = 52+37+58=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 58 - color contains mainly: blue. Hex color #34253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34253A is #CBDAC5. Grayscale: #2B2B2B. Windows color (decimal): -13359814 or 3810612. OLE color: 3810612.

HSL color Cylindrical-coordinate representation of color #34253A: hue angle of 282.86º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #34253A is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB523758-
CMYK0.100.3600.77
HSL282.86º22.11%18.63%-
HSV(B)282.86º36.21%22.75%-
XYZ2.842.364.31-
YUV43.88135.97133.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.37%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 58 (23.05% from 255) = 39.46%
R=35.37%
G=25.17%
B=39.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5237580.100.3600.77282.8622.1118.63
Hex34253AA2404D11b1613
Octal644572124401154332623
Binary1101001001011110101010100100010011011000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34253A; }

 p { color: rgb(52,37,58); }

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

<style>
 a { background-color: #34253A; }

 a { background-color: rgb(52,37,58); }

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

<style>
 span { border-color: #34253A; }

 span { border-color: rgb(52,37,58); }

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