#2F2536

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

Shades of Blackcurrant #2F2536

Tints of Blackcurrant #2F2536

Color information

#2F2536 (or 0x2F2536) is unknown color: approx Blackcurrant. HEX triplet: 2F, 25 and 36. RGB value is (47,37,54). Sum of RGB (Red+Green+Blue) = 47+37+54=138 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.06% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 54 - color contains mainly: blue. Hex color #2F2536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2536 is #D0DAC9. Grayscale: #292929. Windows color (decimal): -13687498 or 3548463. OLE color: 3548463.

HSL color Cylindrical-coordinate representation of color #2F2536: hue angle of 275.29º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2F2536 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB473754-
CMYK0.130.3100.79
HSL275.29º18.68%17.84%-
HSV(B)275.29º31.48%21.18%-
XYZ2.52.193.78-
YUV41.93134.81131.62-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.06%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 54 (21.48% from 255) = 39.13%
R=34.06%
G=26.81%
B=39.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4737540.130.3100.79275.2918.6817.84
Hex2F2536D1F04F1131312
Octal574566153701174232322
Binary101111100101110110110111111010011111000100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,37,54); }

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

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

 a { background-color: rgb(47,37,54); }

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

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

 span { border-color: rgb(47,37,54); }

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