#3E0244

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

Shades of Blackcurrant #3E0244

Tints of Blackcurrant #3E0244

Color information

#3E0244 (or 0x3E0244) is unknown color: approx Blackcurrant. HEX triplet: 3E, 02 and 44. RGB value is (62,2,68). Sum of RGB (Red+Green+Blue) = 62+2+68=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 68 (26.95% from 255 or 51.52% from 132); Max value from RGB is 68 - color contains mainly: blue. Hex color #3E0244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0244 is #C1FDBB. Grayscale: #1B1B1B. Windows color (decimal): -12713404 or 4457022. OLE color: 4457022.

HSL color Cylindrical-coordinate representation of color #3E0244: hue angle of 294.55º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E0244 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB62268-
CMYK0.090.9700.73
HSL294.55º94.29%13.73%-
HSV(B)294.55º97.06%26.67%-
XYZ3.051.485.59-
YUV27.46150.88152.63-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 46.97%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 68 (26.95% from 255) = 51.52%
R=46.97%
G=1.52%
B=51.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal622680.090.9700.73294.5594.2913.73
Hex3E2449610491275ee
Octal76210411141011144713616
Binary111110101000100100111000010100100110010011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,2,68); }

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

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

 a { background-color: rgb(62,2,68); }

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

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

 span { border-color: rgb(62,2,68); }

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