#34113A

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

Shades of Blackcurrant #34113A

Tints of Blackcurrant #34113A

Color information

#34113A (or 0x34113A) is unknown color: approx Blackcurrant. HEX triplet: 34, 11 and 3A. RGB value is (52,17,58). Sum of RGB (Red+Green+Blue) = 52+17+58=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 58 - color contains mainly: blue. Hex color #34113A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34113A is #CBEEC5. Grayscale: #202020. Windows color (decimal): -13364934 or 3805492. OLE color: 3805492.

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

Color convert

RGB521758-
CMYK0.100.7100.77
HSL291.22º54.67%14.71%-
HSV(B)291.22º70.69%22.75%-
XYZ2.381.444.15-
YUV32.14142.6142.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.94%
GREEN value IS 17 (7.03% from 255) = 13.39%
BLUE value IS 58 (23.05% from 255) = 45.67%
R=40.94%
G=13.39%
B=45.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5217580.100.7100.77291.2254.6714.71
Hex34113AA4704D12337f
Octal6421721210701154436717
Binary1101001000111101010101000111010011011001000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34113A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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