#2F133B

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

Shades of Blackcurrant #2F133B

Tints of Blackcurrant #2F133B

Color information

#2F133B (or 0x2F133B) is unknown color: approx Blackcurrant. HEX triplet: 2F, 13 and 3B. RGB value is (47,19,59). Sum of RGB (Red+Green+Blue) = 47+19+59=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 59 (23.44% from 255 or 47.2% from 125); Max value from RGB is 59 - color contains mainly: blue. Hex color #2F133B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F133B is #D0ECC4. Grayscale: #1F1F1F. Windows color (decimal): -13692101 or 3871535. OLE color: 3871535.

HSL color Cylindrical-coordinate representation of color #2F133B: hue angle of 282º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F133B is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB471959-
CMYK0.200.6800.77
HSL282º51.28%15.29%-
HSV(B)282º67.8%23.14%-
XYZ2.191.394.29-
YUV31.93143.28138.75-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.6%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 59 (23.44% from 255) = 47.2%
R=37.6%
G=15.2%
B=47.2%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4719590.200.6800.7728251.2815.29
Hex2F133B144404D11a33f
Octal5723732410401154326317
Binary10111110011111011101001000100010011011000110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F133B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,19,59); }

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

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

 a { background-color: rgb(47,19,59); }

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

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

 span { border-color: rgb(47,19,59); }

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