#2F1E38

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

Shades of Blackcurrant #2F1E38

Tints of Blackcurrant #2F1E38

Color information

#2F1E38 (or 0x2F1E38) is unknown color: approx Blackcurrant. HEX triplet: 2F, 1E and 38. RGB value is (47,30,56). Sum of RGB (Red+Green+Blue) = 47+30+56=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 56 - color contains mainly: blue. Hex color #2F1E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1E38 is #D0E1C7. Grayscale: #252525. Windows color (decimal): -13689288 or 3677743. OLE color: 3677743.

HSL color Cylindrical-coordinate representation of color #2F1E38: hue angle of 279.23º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2F1E38 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB473056-
CMYK0.160.4600.78
HSL279.23º30.23%16.86%-
HSV(B)279.23º46.43%21.96%-
XYZ2.351.823.97-
YUV38.05138.13134.39-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.34%
GREEN value IS 30 (12.11% from 255) = 22.56%
BLUE value IS 56 (22.27% from 255) = 42.11%
R=35.34%
G=22.56%
B=42.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4730560.160.4600.78279.2330.2316.86
Hex2F1E38102E04E1171e11
Octal573670205601164273621
Binary1011111111011100010000101110010011101000101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F1E38; }

 p { color: rgb(47,30,56); }

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

<style>
 a { background-color: #2F1E38; }

 a { background-color: rgb(47,30,56); }

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

<style>
 span { border-color: #2F1E38; }

 span { border-color: rgb(47,30,56); }

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