#2F203F

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

Shades of Blackcurrant #2F203F

Tints of Blackcurrant #2F203F

Color information

#2F203F (or 0x2F203F) is unknown color: approx Blackcurrant. HEX triplet: 2F, 20 and 3F. RGB value is (47,32,63). Sum of RGB (Red+Green+Blue) = 47+32+63=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #2F203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F203F is #D0DFC0. Grayscale: #272727. Windows color (decimal): -13688769 or 4137007. OLE color: 4137007.

HSL color Cylindrical-coordinate representation of color #2F203F: hue angle of 269.03º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F203F is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB473263-
CMYK0.250.4900.75
HSL269.03º32.63%18.63%-
HSV(B)269.03º49.21%24.71%-
XYZ2.5924.95-
YUV40.02140.97132.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.10%
GREEN value IS 32 (12.89% from 255) = 22.54%
BLUE value IS 63 (25% from 255) = 44.37%
R=33.10%
G=22.54%
B=44.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4732630.250.4900.75269.0332.6318.63
Hex2F203F193104B10d2113
Octal574077316101134154123
Binary101111100000111111110011100010100101110000110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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