#2F033F

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

Shades of Blackcurrant #2F033F

Tints of Blackcurrant #2F033F

Color information

#2F033F (or 0x2F033F) is unknown color: approx Blackcurrant. HEX triplet: 2F, 03 and 3F. RGB value is (47,3,63). Sum of RGB (Red+Green+Blue) = 47+3+63=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #2F033F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F033F is #D0FCC0. Grayscale: #161616. Windows color (decimal): -13696193 or 4129583. OLE color: 4129583.

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

Color convert

RGB47363-
CMYK0.250.9500.75
HSL284º90.91%12.94%-
HSV(B)284º95.24%24.71%-
XYZ2.11.034.79-
YUV23150.58145.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 41.59%
GREEN value IS 3 (1.56% from 255) = 2.65%
BLUE value IS 63 (25% from 255) = 55.75%
R=41.59%
G=2.65%
B=55.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal473630.250.9500.7528490.9112.94
Hex2F33F195F04B11c5bd
Octal5737731137011343413315
Binary101111111111111100110111110100101110001110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F033F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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