#2B272D

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

Shades of Blackcurrant #2B272D

Tints of Blackcurrant #2B272D

Color information

#2B272D (or 0x2B272D) is unknown color: approx Blackcurrant. HEX triplet: 2B, 27 and 2D. RGB value is (43,39,45). Sum of RGB (Red+Green+Blue) = 43+39+45=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 45 - color contains mainly: blue. Hex color #2B272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B272D is #D4D8D2. Grayscale: #282828. Windows color (decimal): -13949139 or 2959147. OLE color: 2959147.

HSL color Cylindrical-coordinate representation of color #2B272D: hue angle of 280º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2B272D is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB433945-
CMYK0.040.1300.82
HSL280º7.14%16.47%-
HSV(B)280º13.33%17.65%-
XYZ2.22.152.78-
YUV40.88130.33129.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.86%
GREEN value IS 39 (15.62% from 255) = 30.71%
BLUE value IS 45 (17.97% from 255) = 35.43%
R=33.86%
G=30.71%
B=35.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4339450.040.1300.822807.1416.47
Hex2B272D4D052118710
Octal5347554150122430720
Binary10101110011110110110011010101001010001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,39,45); }

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

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

 a { background-color: rgb(43,39,45); }

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

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

 span { border-color: rgb(43,39,45); }

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