#2F0538

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

Shades of Blackcurrant #2F0538

Tints of Blackcurrant #2F0538

Color information

#2F0538 (or 0x2F0538) is unknown color: approx Blackcurrant. HEX triplet: 2F, 05 and 38. RGB value is (47,5,56). Sum of RGB (Red+Green+Blue) = 47+5+56=108 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.52% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #2F0538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0538 is #D0FAC7. Grayscale: #171717. Windows color (decimal): -13695688 or 3671343. OLE color: 3671343.

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

Color convert

RGB47556-
CMYK0.160.9100.78
HSL289.41º83.61%11.96%-
HSV(B)289.41º91.07%21.96%-
XYZ1.9413.83-
YUV23.37146.41144.85-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 43.52%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 56 (22.27% from 255) = 51.85%
R=43.52%
G=4.63%
B=51.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal475560.160.9100.78289.4183.6111.96
Hex2F538105B04E12154c
Octal5757020133011644112414
Binary1011111011110001000010110110100111010010000110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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