#34143D

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

Shades of Blackcurrant #34143D

Tints of Blackcurrant #34143D

Color information

#34143D (or 0x34143D) is unknown color: approx Blackcurrant. HEX triplet: 34, 14 and 3D. RGB value is (52,20,61). Sum of RGB (Red+Green+Blue) = 52+20+61=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 61 - color contains mainly: blue. Hex color #34143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34143D is #CBEBC2. Grayscale: #222222. Windows color (decimal): -13364163 or 4002868. OLE color: 4002868.

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

Color convert

RGB522061-
CMYK0.150.6700.76
HSL286.83º50.62%15.88%-
HSV(B)286.83º67.21%23.92%-
XYZ2.511.574.59-
YUV34.24143.1140.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.10%
GREEN value IS 20 (8.20% from 255) = 15.04%
BLUE value IS 61 (24.22% from 255) = 45.86%
R=39.10%
G=15.04%
B=45.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5220610.150.6700.76286.8350.6215.88
Hex34143DF4304C11f3310
Octal6424751710301144376320
Binary11010010100111101111110000110100110010001111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34143D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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