#34183D

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

Shades of Blackcurrant #34183D

Tints of Blackcurrant #34183D

Color information

#34183D (or 0x34183D) is unknown color: approx Blackcurrant. HEX triplet: 34, 18 and 3D. RGB value is (52,24,61). Sum of RGB (Red+Green+Blue) = 52+24+61=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 61 - color contains mainly: blue. Hex color #34183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34183D is #CBE7C2. Grayscale: #242424. Windows color (decimal): -13363139 or 4003892. OLE color: 4003892.

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

Color convert

RGB522461-
CMYK0.150.6100.76
HSL285.41º43.53%16.67%-
HSV(B)285.41º60.66%23.92%-
XYZ2.591.724.61-
YUV36.59141.78138.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.96%
GREEN value IS 24 (9.77% from 255) = 17.52%
BLUE value IS 61 (24.22% from 255) = 44.53%
R=37.96%
G=17.52%
B=44.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5224610.150.6100.76285.4143.5316.67
Hex34183DF3D04C11d2c11
Octal643075177501144355421
Binary1101001100011110111111111010100110010001110110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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