#34253F

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

Shades of Blackcurrant #34253F

Tints of Blackcurrant #34253F

Color information

#34253F (or 0x34253F) is unknown color: approx Blackcurrant. HEX triplet: 34, 25 and 3F. RGB value is (52,37,63). Sum of RGB (Red+Green+Blue) = 52+37+63=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 63 - color contains mainly: blue. Hex color #34253F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34253F is #CBDAC0. Grayscale: #2C2C2C. Windows color (decimal): -13359809 or 4138292. OLE color: 4138292.

HSL color Cylindrical-coordinate representation of color #34253F: hue angle of 274.62º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #34253F is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB523763-
CMYK0.170.4100.75
HSL274.62º26%19.61%-
HSV(B)274.62º41.27%24.71%-
XYZ2.972.415.01-
YUV44.45138.47133.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.21%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 63 (25% from 255) = 41.45%
R=34.21%
G=24.34%
B=41.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5237630.170.4100.75274.622619.61
Hex34253F112904B1131a14
Octal644577215101134233224
Binary11010010010111111110001101001010010111000100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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