#3E0352

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

Shades of Blackcurrant #3E0352

Tints of Blackcurrant #3E0352

Color information

#3E0352 (or 0x3E0352) is unknown color: approx Blackcurrant. HEX triplet: 3E, 03 and 52. RGB value is (62,3,82). Sum of RGB (Red+Green+Blue) = 62+3+82=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #3E0352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0352 is #C1FCAD. Grayscale: #1D1D1D. Windows color (decimal): -12713134 or 5374782. OLE color: 5374782.

HSL color Cylindrical-coordinate representation of color #3E0352: hue angle of 284.81º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E0352 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB62382-
CMYK0.240.9600.68
HSL284.81º92.94%16.67%-
HSV(B)284.81º96.34%32.16%-
XYZ3.541.78.12-
YUV29.65157.55151.08-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 42.18%
GREEN value IS 3 (1.56% from 255) = 2.04%
BLUE value IS 82 (32.42% from 255) = 55.78%
R=42.18%
G=2.04%
B=55.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal623820.240.9600.68284.8192.9416.67
Hex3E352186004411d5d11
Octal76312230140010443513521
Binary11111011101001011000110000001000100100011101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E0352; }

 p { color: rgb(62,3,82); }

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

<style>
 a { background-color: #3E0352; }

 a { background-color: rgb(62,3,82); }

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

<style>
 span { border-color: #3E0352; }

 span { border-color: rgb(62,3,82); }

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