#2B022F

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

Shades of Blackcurrant #2B022F

Tints of Blackcurrant #2B022F

Color information

#2B022F (or 0x2B022F) is unknown color: approx Blackcurrant. HEX triplet: 2B, 02 and 2F. RGB value is (43,2,47). Sum of RGB (Red+Green+Blue) = 43+2+47=92 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.74% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 47 (18.75% from 255 or 51.09% from 92); Max value from RGB is 47 - color contains mainly: blue. Hex color #2B022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B022F is #D4FDD0. Grayscale: #131313. Windows color (decimal): -13958609 or 3080747. OLE color: 3080747.

HSL color Cylindrical-coordinate representation of color #2B022F: hue angle of 294.67º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B022F is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB43247-
CMYK0.090.9600.82
HSL294.67º91.84%9.61%-
HSV(B)294.67º95.74%18.43%-
XYZ1.530.762.76-
YUV19.39143.58144.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 46.74%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 47 (18.75% from 255) = 51.09%
R=46.74%
G=2.17%
B=51.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal432470.090.9600.82294.6791.849.61
Hex2B22F9600521275ca
Octal5325711140012244713412
Binary10101110101111100111000000101001010010011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,2,47); }

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

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

 a { background-color: rgb(43,2,47); }

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

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

 span { border-color: rgb(43,2,47); }

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