#2F2438

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

Shades of Blackcurrant #2F2438

Tints of Blackcurrant #2F2438

Color information

#2F2438 (or 0x2F2438) is unknown color: approx Blackcurrant. HEX triplet: 2F, 24 and 38. RGB value is (47,36,56). Sum of RGB (Red+Green+Blue) = 47+36+56=139 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.81% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 56 - color contains mainly: blue. Hex color #2F2438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2438 is #D0DBC7. Grayscale: #292929. Windows color (decimal): -13687752 or 3679279. OLE color: 3679279.

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

Color convert

RGB473656-
CMYK0.160.3600.78
HSL273º21.74%18.04%-
HSV(B)273º35.71%21.96%-
XYZ2.522.154.02-
YUV41.57136.14131.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.81%
GREEN value IS 36 (14.45% from 255) = 25.90%
BLUE value IS 56 (22.27% from 255) = 40.29%
R=33.81%
G=25.90%
B=40.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4736560.160.3600.7827321.7418.04
Hex2F2438102404E1111612
Octal574470204401164212622
Binary10111110010011100010000100100010011101000100011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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