#34263F

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

Shades of Blackcurrant #34263F

Tints of Blackcurrant #34263F

Color information

#34263F (or 0x34263F) is unknown color: approx Blackcurrant. HEX triplet: 34, 26 and 3F. RGB value is (52,38,63). Sum of RGB (Red+Green+Blue) = 52+38+63=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 63 - color contains mainly: blue. Hex color #34263F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34263F is #CBD9C0. Grayscale: #2C2C2C. Windows color (decimal): -13359553 or 4138548. OLE color: 4138548.

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

Color convert

RGB523863-
CMYK0.170.4000.75
HSL273.6º24.75%19.8%-
HSV(B)273.6º39.68%24.71%-
XYZ3.012.485.02-
YUV45.04138.14132.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.99%
GREEN value IS 38 (15.23% from 255) = 24.84%
BLUE value IS 63 (25% from 255) = 41.18%
R=33.99%
G=24.84%
B=41.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5238630.170.4000.75273.624.7519.8
Hex34263F112804B1121914
Octal644677215001134223124
Binary11010010011011111110001101000010010111000100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34263F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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