#2F153F

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

Shades of Blackcurrant #2F153F

Tints of Blackcurrant #2F153F

Color information

#2F153F (or 0x2F153F) is unknown color: approx Blackcurrant. HEX triplet: 2F, 15 and 3F. RGB value is (47,21,63). Sum of RGB (Red+Green+Blue) = 47+21+63=131 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.88% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #2F153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F153F is #D0EAC0. Grayscale: #212121. Windows color (decimal): -13691585 or 4134191. OLE color: 4134191.

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

Color convert

RGB472163-
CMYK0.250.6700.75
HSL277.14º50%16.47%-
HSV(B)277.14º66.67%24.71%-
XYZ2.341.54.87-
YUV33.56144.61137.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.88%
GREEN value IS 21 (8.59% from 255) = 16.03%
BLUE value IS 63 (25% from 255) = 48.09%
R=35.88%
G=16.03%
B=48.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4721630.250.6700.75277.145016.47
Hex2F153F194304B1153210
Octal5725773110301134256220
Binary101111101011111111100110000110100101110001010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F153F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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