#2F0037

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

Shades of Blackcurrant #2F0037

Tints of Blackcurrant #2F0037

Color information

#2F0037 (or 0x2F0037) is unknown color: approx Blackcurrant. HEX triplet: 2F, 00 and 37. RGB value is (47,0,55). Sum of RGB (Red+Green+Blue) = 47+0+55=102 (13% of max value = 765). Red value is 47 (18.75% from 255 or 46.08% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 55 (21.88% from 255 or 53.92% from 102); Max value from RGB is 55 - color contains mainly: blue. Hex color #2F0037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0037 is #D0FFC8. Grayscale: #141414. Windows color (decimal): -13696969 or 3604527. OLE color: 3604527.

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

Color convert

RGB47055-
CMYK0.15100.78
HSL291.27º100%10.78%-
HSV(B)291.27º100%21.57%-
XYZ1.860.883.69-
YUV20.32147.57147.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 46.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 53.92%
R=46.08%
G=0%
B=53.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal470550.15100.78291.2710010.78
Hex2F037F6404E12364b
Octal5706717144011644314413
Binary1011110110111111111001000100111010010001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,0,55); }

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

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

 a { background-color: rgb(47,0,55); }

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

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

 span { border-color: rgb(47,0,55); }

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