#34093E

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

Shades of Blackcurrant #34093E

Tints of Blackcurrant #34093E

Color information

#34093E (or 0x34093E) is unknown color: approx Blackcurrant. HEX triplet: 34, 09 and 3E. RGB value is (52,9,62). Sum of RGB (Red+Green+Blue) = 52+9+62=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 62 (24.61% from 255 or 50.41% from 123); Max value from RGB is 62 - color contains mainly: blue. Hex color #34093E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34093E is #CBF6C1. Grayscale: #1B1B1B. Windows color (decimal): -13366978 or 4065588. OLE color: 4065588.

HSL color Cylindrical-coordinate representation of color #34093E: hue angle of 288.68º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34093E is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB52962-
CMYK0.160.8500.76
HSL288.68º74.65%13.92%-
HSV(B)288.68º85.48%24.31%-
XYZ2.381.274.68-
YUV27.9147.25145.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.28%
GREEN value IS 9 (3.91% from 255) = 7.32%
BLUE value IS 62 (24.61% from 255) = 50.41%
R=42.28%
G=7.32%
B=50.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal529620.160.8500.76288.6874.6513.92
Hex3493E105504C1214be
Octal64117620125011444111316
Binary11010010011111101000010101010100110010010000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34093E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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