#2F0E3F

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

Shades of Blackcurrant #2F0E3F

Tints of Blackcurrant #2F0E3F

Color information

#2F0E3F (or 0x2F0E3F) is unknown color: approx Blackcurrant. HEX triplet: 2F, 0E and 3F. RGB value is (47,14,63). Sum of RGB (Red+Green+Blue) = 47+14+63=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #2F0E3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0E3F is #D0F1C0. Grayscale: #1D1D1D. Windows color (decimal): -13693377 or 4132399. OLE color: 4132399.

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

Color convert

RGB471463-
CMYK0.250.7800.75
HSL280.41º63.64%15.1%-
HSV(B)280.41º77.78%24.71%-
XYZ2.231.284.83-
YUV29.45146.93140.52-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.90%
GREEN value IS 14 (5.86% from 255) = 11.29%
BLUE value IS 63 (25% from 255) = 50.81%
R=37.90%
G=11.29%
B=50.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4714630.250.7800.75280.4163.6415.1
Hex2FE3F194E04B11840f
Octal57167731116011343010017
Binary10111111101111111100110011100100101110001100010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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