#34273A

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

Shades of Blackcurrant #34273A

Tints of Blackcurrant #34273A

Color information

#34273A (or 0x34273A) is unknown color: approx Blackcurrant. HEX triplet: 34, 27 and 3A. RGB value is (52,39,58). Sum of RGB (Red+Green+Blue) = 52+39+58=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 58 - color contains mainly: blue. Hex color #34273A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34273A is #CBD8C5. Grayscale: #2C2C2C. Windows color (decimal): -13359302 or 3811124. OLE color: 3811124.

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

Color convert

RGB523958-
CMYK0.100.3300.77
HSL281.05º19.59%19.02%-
HSV(B)281.05º32.76%22.75%-
XYZ2.912.494.33-
YUV45.05135.31132.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.90%
GREEN value IS 39 (15.62% from 255) = 26.17%
BLUE value IS 58 (23.05% from 255) = 38.93%
R=34.90%
G=26.17%
B=38.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5239580.100.3300.77281.0519.5919.02
Hex34273AA2104D1191413
Octal644772124101154312423
Binary1101001001111110101010100001010011011000110011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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