#34133D

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

Shades of Blackcurrant #34133D

Tints of Blackcurrant #34133D

Color information

#34133D (or 0x34133D) is unknown color: approx Blackcurrant. HEX triplet: 34, 13 and 3D. RGB value is (52,19,61). Sum of RGB (Red+Green+Blue) = 52+19+61=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 61 - color contains mainly: blue. Hex color #34133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34133D is #CBECC2. Grayscale: #212121. Windows color (decimal): -13364419 or 4002612. OLE color: 4002612.

HSL color Cylindrical-coordinate representation of color #34133D: hue angle of 287.14º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34133D is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB521961-
CMYK0.150.6900.76
HSL287.14º52.5%15.69%-
HSV(B)287.14º68.85%23.92%-
XYZ2.491.534.58-
YUV33.66143.43141.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.39%
GREEN value IS 19 (7.81% from 255) = 14.39%
BLUE value IS 61 (24.22% from 255) = 46.21%
R=39.39%
G=14.39%
B=46.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5219610.150.6900.76287.1452.515.69
Hex34133DF4504C11f3410
Octal6423751710501144376420
Binary11010010011111101111110001010100110010001111111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34133D; }

 p { color: rgb(52,19,61); }

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

<style>
 a { background-color: #34133D; }

 a { background-color: rgb(52,19,61); }

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

<style>
 span { border-color: #34133D; }

 span { border-color: rgb(52,19,61); }

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