#2F0B41

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

Shades of Blackcurrant #2F0B41

Tints of Blackcurrant #2F0B41

Color information

#2F0B41 (or 0x2F0B41) is unknown color: approx Blackcurrant. HEX triplet: 2F, 0B and 41. RGB value is (47,11,65). Sum of RGB (Red+Green+Blue) = 47+11+65=123 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.21% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #2F0B41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0B41 is #D0F4BE. Grayscale: #1B1B1B. Windows color (decimal): -13694143 or 4262703. OLE color: 4262703.

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

Color convert

RGB471165-
CMYK0.280.8300.75
HSL280º71.05%14.9%-
HSV(B)280º83.08%25.49%-
XYZ2.251.235.12-
YUV27.92148.93141.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 38.21%
GREEN value IS 11 (4.69% from 255) = 8.94%
BLUE value IS 65 (25.78% from 255) = 52.85%
R=38.21%
G=8.94%
B=52.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4711650.280.8300.7528071.0514.9
Hex2FB411C5304B11847f
Octal571310134123011343010717
Binary101111101110000011110010100110100101110001100010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,11,65); }

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

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

 a { background-color: rgb(47,11,65); }

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

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

 span { border-color: rgb(47,11,65); }

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