#34023D

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

Shades of Blackcurrant #34023D

Tints of Blackcurrant #34023D

Color information

#34023D (or 0x34023D) is unknown color: approx Blackcurrant. HEX triplet: 34, 02 and 3D. RGB value is (52,2,61). Sum of RGB (Red+Green+Blue) = 52+2+61=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #34023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34023D is #CBFDC2. Grayscale: #171717. Windows color (decimal): -13368771 or 3998260. OLE color: 3998260.

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

Color convert

RGB52261-
CMYK0.150.9700.76
HSL290.85º93.65%12.35%-
HSV(B)290.85º96.72%23.92%-
XYZ2.281.114.51-
YUV23.68149.06148.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.22%
GREEN value IS 2 (1.17% from 255) = 1.74%
BLUE value IS 61 (24.22% from 255) = 53.04%
R=45.22%
G=1.74%
B=53.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal522610.150.9700.76290.8593.6512.35
Hex3423DF6104C1235ec
Octal6427517141011444313614
Binary11010010111101111111000010100110010010001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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