#2B133F

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

Shades of Blackcurrant #2B133F

Tints of Blackcurrant #2B133F

Color information

#2B133F (or 0x2B133F) is unknown color: approx Blackcurrant. HEX triplet: 2B, 13 and 3F. RGB value is (43,19,63). Sum of RGB (Red+Green+Blue) = 43+19+63=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 63 (25% from 255 or 50.4% from 125); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B133F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B133F is #D4ECC0. Grayscale: #1F1F1F. Windows color (decimal): -13954241 or 4133675. OLE color: 4133675.

HSL color Cylindrical-coordinate representation of color #2B133F: hue angle of 272.73º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B133F is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB431963-
CMYK0.320.7000.75
HSL272.73º53.66%16.08%-
HSV(B)272.73º69.84%24.71%-
XYZ2.131.344.85-
YUV31.19145.95136.42-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.4%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 63 (25% from 255) = 50.4%
R=34.4%
G=15.2%
B=50.4%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4319630.320.7000.75272.7353.6616.08
Hex2B133F204604B1113610
Octal5323774010601134216620
Binary1010111001111111110000010001100100101110001000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B133F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,19,63); }

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

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

 a { background-color: rgb(43,19,63); }

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

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

 span { border-color: rgb(43,19,63); }

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