#2F2033

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

Shades of Blackcurrant #2F2033

Tints of Blackcurrant #2F2033

Color information

#2F2033 (or 0x2F2033) is unknown color: approx Blackcurrant. HEX triplet: 2F, 20 and 33. RGB value is (47,32,51). Sum of RGB (Red+Green+Blue) = 47+32+51=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 51 (20.31% from 255 or 39.23% from 130); Max value from RGB is 51 - color contains mainly: blue. Hex color #2F2033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2033 is #D0DFCC. Grayscale: #262626. Windows color (decimal): -13688781 or 3350575. OLE color: 3350575.

HSL color Cylindrical-coordinate representation of color #2F2033: hue angle of 287.37º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2F2033 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB473251-
CMYK0.080.3700.8
HSL287.37º22.89%16.27%-
HSV(B)287.37º37.25%20%-
XYZ2.291.883.37-
YUV38.65134.97133.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 36.15%
GREEN value IS 32 (12.89% from 255) = 24.62%
BLUE value IS 51 (20.31% from 255) = 39.23%
R=36.15%
G=24.62%
B=39.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4732510.080.3700.8287.3722.8916.27
Hex2F203382505011f1710
Octal574063104501204372720
Binary1011111000001100111000100101010100001000111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,32,51); }

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

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

 a { background-color: rgb(47,32,51); }

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

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

 span { border-color: rgb(47,32,51); }

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