#3E0448

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

Shades of Blackcurrant #3E0448

Tints of Blackcurrant #3E0448

Color information

#3E0448 (or 0x3E0448) is unknown color: approx Blackcurrant. HEX triplet: 3E, 04 and 48. RGB value is (62,4,72). Sum of RGB (Red+Green+Blue) = 62+4+72=138 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.93% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #3E0448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0448 is #C1FBB7. Grayscale: #1C1C1C. Windows color (decimal): -12712888 or 4719678. OLE color: 4719678.

HSL color Cylindrical-coordinate representation of color #3E0448: hue angle of 291.18º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0448 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB62472-
CMYK0.140.9400.72
HSL291.18º89.47%14.9%-
HSV(B)291.18º94.44%28.24%-
XYZ3.21.586.27-
YUV29.09152.22151.47-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 44.93%
GREEN value IS 4 (1.95% from 255) = 2.90%
BLUE value IS 72 (28.52% from 255) = 52.17%
R=44.93%
G=2.90%
B=52.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal624720.140.9400.72291.1889.4714.9
Hex3E448E5E04812359f
Octal76411016136011044313117
Binary1111101001001000111010111100100100010010001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,4,72); }

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

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

 a { background-color: rgb(62,4,72); }

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

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

 span { border-color: rgb(62,4,72); }

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