#2B252D

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

Shades of Blackcurrant #2B252D

Tints of Blackcurrant #2B252D

Color information

#2B252D (or 0x2B252D) is unknown color: approx Blackcurrant. HEX triplet: 2B, 25 and 2D. RGB value is (43,37,45). Sum of RGB (Red+Green+Blue) = 43+37+45=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 45 - color contains mainly: blue. Hex color #2B252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B252D is #D4DAD2. Grayscale: #272727. Windows color (decimal): -13949651 or 2958635. OLE color: 2958635.

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

Color convert

RGB433745-
CMYK0.040.1800.82
HSL285º9.76%16.08%-
HSV(B)285º17.78%17.65%-
XYZ2.132.032.76-
YUV39.71130.99130.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.4%
GREEN value IS 37 (14.84% from 255) = 29.6%
BLUE value IS 45 (17.97% from 255) = 36%
R=34.4%
G=29.6%
B=36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4337450.040.1800.822859.7616.08
Hex2B252D41205211da10
Octal53455542201224351220
Binary1010111001011011011001001001010010100011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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