#34023C

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

Shades of Blackcurrant #34023C

Tints of Blackcurrant #34023C

Color information

#34023C (or 0x34023C) is unknown color: approx Blackcurrant. HEX triplet: 34, 02 and 3C. RGB value is (52,2,60). Sum of RGB (Red+Green+Blue) = 52+2+60=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 60 (23.83% from 255 or 52.63% from 114); Max value from RGB is 60 - color contains mainly: blue. Hex color #34023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34023C is #CBFDC3. Grayscale: #171717. Windows color (decimal): -13368772 or 3932724. OLE color: 3932724.

HSL color Cylindrical-coordinate representation of color #34023C: hue angle of 291.72º 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 #34023C is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB52260-
CMYK0.130.9700.76
HSL291.72º93.55%12.16%-
HSV(B)291.72º96.67%23.53%-
XYZ2.251.14.37-
YUV23.56148.56148.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.61%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 60 (23.83% from 255) = 52.63%
R=45.61%
G=1.75%
B=52.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal522600.130.9700.76291.7293.5512.16
Hex3423CD6104C1245ec
Octal6427415141011444413614
Binary11010010111100110111000010100110010010010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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