#2F2233

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

Shades of Blackcurrant #2F2233

Tints of Blackcurrant #2F2233

Color information

#2F2233 (or 0x2F2233) is unknown color: approx Blackcurrant. HEX triplet: 2F, 22 and 33. RGB value is (47,34,51). Sum of RGB (Red+Green+Blue) = 47+34+51=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 51 - color contains mainly: blue. Hex color #2F2233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2233 is #D0DDCC. Grayscale: #272727. Windows color (decimal): -13688269 or 3351087. OLE color: 3351087.

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

Color convert

RGB473451-
CMYK0.080.3300.8
HSL285.88º20%16.67%-
HSV(B)285.88º33.33%20%-
XYZ2.341.993.39-
YUV39.82134.31133.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.61%
GREEN value IS 34 (13.67% from 255) = 25.76%
BLUE value IS 51 (20.31% from 255) = 38.64%
R=35.61%
G=25.76%
B=38.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4734510.080.3300.8285.882016.67
Hex2F223382105011e1411
Octal574263104101204362421
Binary1011111000101100111000100001010100001000111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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