#34033B

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

Shades of Blackcurrant #34033B

Tints of Blackcurrant #34033B

Color information

#34033B (or 0x34033B) is unknown color: approx Blackcurrant. HEX triplet: 34, 03 and 3B. RGB value is (52,3,59). Sum of RGB (Red+Green+Blue) = 52+3+59=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 59 (23.44% from 255 or 51.75% from 114); Max value from RGB is 59 - color contains mainly: blue. Hex color #34033B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34033B is #CBFCC4. Grayscale: #171717. Windows color (decimal): -13368517 or 3867444. OLE color: 3867444.

HSL color Cylindrical-coordinate representation of color #34033B: hue angle of 292.5º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #34033B is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB52359-
CMYK0.120.9500.77
HSL292.5º90.32%12.16%-
HSV(B)292.5º94.92%23.14%-
XYZ2.241.114.23-
YUV24.04147.73147.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.61%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 59 (23.44% from 255) = 51.75%
R=45.61%
G=2.63%
B=51.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal523590.120.9500.77292.590.3212.16
Hex3433BC5F04D1245ac
Octal6437314137011544413214
Binary11010011111011110010111110100110110010010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34033B; }

 p { color: rgb(52,3,59); }

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

<style>
 a { background-color: #34033B; }

 a { background-color: rgb(52,3,59); }

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

<style>
 span { border-color: #34033B; }

 span { border-color: rgb(52,3,59); }

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