#34093F

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

Shades of Blackcurrant #34093F

Tints of Blackcurrant #34093F

Color information

#34093F (or 0x34093F) is unknown color: approx Blackcurrant. HEX triplet: 34, 09 and 3F. RGB value is (52,9,63). Sum of RGB (Red+Green+Blue) = 52+9+63=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #34093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34093F is #CBF6C0. Grayscale: #1B1B1B. Windows color (decimal): -13366977 or 4131124. OLE color: 4131124.

HSL color Cylindrical-coordinate representation of color #34093F: hue angle of 287.78º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #34093F is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB52963-
CMYK0.170.8600.75
HSL287.78º75%14.12%-
HSV(B)287.78º85.71%24.71%-
XYZ2.411.284.82-
YUV28.01147.75145.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.94%
GREEN value IS 9 (3.91% from 255) = 7.26%
BLUE value IS 63 (25% from 255) = 50.81%
R=41.94%
G=7.26%
B=50.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal529630.170.8600.75287.787514.12
Hex3493F115604B1204be
Octal64117721126011344011316
Binary11010010011111111000110101100100101110010000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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