#2F2935

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

Shades of Blackcurrant #2F2935

Tints of Blackcurrant #2F2935

Color information

#2F2935 (or 0x2F2935) is unknown color: approx Blackcurrant. HEX triplet: 2F, 29 and 35. RGB value is (47,41,53). Sum of RGB (Red+Green+Blue) = 47+41+53=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 53 - color contains mainly: blue. Hex color #2F2935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2935 is #D0D6CA. Grayscale: #2C2C2C. Windows color (decimal): -13686475 or 3483951. OLE color: 3483951.

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

Color convert

RGB474153-
CMYK0.110.2300.79
HSL270º12.77%18.43%-
HSV(B)270º22.64%20.78%-
XYZ2.612.453.7-
YUV44.16132.99130.02-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.33%
GREEN value IS 41 (16.41% from 255) = 29.08%
BLUE value IS 53 (21.09% from 255) = 37.59%
R=33.33%
G=29.08%
B=37.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4741530.110.2300.7927012.7718.43
Hex2F2935B1704F10ed12
Octal575165132701174161522
Binary10111110100111010110111011101001111100001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,41,53); }

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

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

 a { background-color: rgb(47,41,53); }

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

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

 span { border-color: rgb(47,41,53); }

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