#2F1440

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

Shades of Blackcurrant #2F1440

Tints of Blackcurrant #2F1440

Color information

#2F1440 (or 0x2F1440) is unknown color: approx Blackcurrant. HEX triplet: 2F, 14 and 40. RGB value is (47,20,64). Sum of RGB (Red+Green+Blue) = 47+20+64=131 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.88% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #2F1440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1440 is #D0EBBF. Grayscale: #202020. Windows color (decimal): -13691840 or 4199471. OLE color: 4199471.

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

Color convert

RGB472064-
CMYK0.270.6900.75
HSL276.82º52.38%16.47%-
HSV(B)276.82º68.75%25.1%-
XYZ2.351.475.01-
YUV33.09145.45137.92-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.88%
GREEN value IS 20 (8.20% from 255) = 15.27%
BLUE value IS 64 (25.39% from 255) = 48.85%
R=35.88%
G=15.27%
B=48.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4720640.270.6900.75276.8252.3816.47
Hex2F14401B4504B1153410
Octal57241003310501134256420
Binary1011111010010000001101110001010100101110001010111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,20,64); }

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

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

 a { background-color: rgb(47,20,64); }

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

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

 span { border-color: rgb(47,20,64); }

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