#34283A

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

Shades of Blackcurrant #34283A

Tints of Blackcurrant #34283A

Color information

#34283A (or 0x34283A) is unknown color: approx Blackcurrant. HEX triplet: 34, 28 and 3A. RGB value is (52,40,58). Sum of RGB (Red+Green+Blue) = 52+40+58=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 58 - color contains mainly: blue. Hex color #34283A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34283A is #CBD7C5. Grayscale: #2D2D2D. Windows color (decimal): -13359046 or 3811380. OLE color: 3811380.

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

Color convert

RGB524058-
CMYK0.100.3100.77
HSL280º18.37%19.22%-
HSV(B)280º31.03%22.75%-
XYZ2.942.554.34-
YUV45.64134.98132.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.67%
GREEN value IS 40 (16.02% from 255) = 26.67%
BLUE value IS 58 (23.05% from 255) = 38.67%
R=34.67%
G=26.67%
B=38.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5240580.100.3100.7728018.3719.22
Hex34283AA1F04D1181213
Octal645072123701154302223
Binary110100101000111010101011111010011011000110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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