#34183E

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

Shades of Blackcurrant #34183E

Tints of Blackcurrant #34183E

Color information

#34183E (or 0x34183E) is unknown color: approx Blackcurrant. HEX triplet: 34, 18 and 3E. RGB value is (52,24,62). Sum of RGB (Red+Green+Blue) = 52+24+62=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 62 (24.61% from 255 or 44.93% from 138); Max value from RGB is 62 - color contains mainly: blue. Hex color #34183E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34183E is #CBE7C1. Grayscale: #242424. Windows color (decimal): -13363138 or 4069428. OLE color: 4069428.

HSL color Cylindrical-coordinate representation of color #34183E: hue angle of 284.21º 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 #34183E is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB522462-
CMYK0.160.6100.76
HSL284.21º44.19%16.86%-
HSV(B)284.21º61.29%24.31%-
XYZ2.611.734.75-
YUV36.7142.28138.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.68%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 62 (24.61% from 255) = 44.93%
R=37.68%
G=17.39%
B=44.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5224620.160.6100.76284.2144.1916.86
Hex34183E103D04C11c2c11
Octal643076207501144345421
Binary11010011000111110100001111010100110010001110010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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