#34253D

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

Shades of Blackcurrant #34253D

Tints of Blackcurrant #34253D

Color information

#34253D (or 0x34253D) is unknown color: approx Blackcurrant. HEX triplet: 34, 25 and 3D. RGB value is (52,37,61). Sum of RGB (Red+Green+Blue) = 52+37+61=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 61 - color contains mainly: blue. Hex color #34253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34253D is #CBDAC2. Grayscale: #2C2C2C. Windows color (decimal): -13359811 or 4007220. OLE color: 4007220.

HSL color Cylindrical-coordinate representation of color #34253D: hue angle of 277.5º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #34253D is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB523761-
CMYK0.150.3900.76
HSL277.5º24.49%19.22%-
HSV(B)277.5º39.34%23.92%-
XYZ2.922.394.72-
YUV44.22137.47133.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.67%
GREEN value IS 37 (14.84% from 255) = 24.67%
BLUE value IS 61 (24.22% from 255) = 40.67%
R=34.67%
G=24.67%
B=40.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5237610.150.3900.76277.524.4919.22
Hex34253DF2704C1161813
Octal644575174701144263023
Binary1101001001011111011111100111010011001000101101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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