#2B2235

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

Shades of Blackcurrant #2B2235

Tints of Blackcurrant #2B2235

Color information

#2B2235 (or 0x2B2235) is unknown color: approx Blackcurrant. HEX triplet: 2B, 22 and 35. RGB value is (43,34,53). Sum of RGB (Red+Green+Blue) = 43+34+53=130 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.08% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 53 - color contains mainly: blue. Hex color #2B2235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2235 is #D4DDCA. Grayscale: #262626. Windows color (decimal): -13950411 or 3482155. OLE color: 3482155.

HSL color Cylindrical-coordinate representation of color #2B2235: hue angle of 268.42º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2B2235 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB433453-
CMYK0.190.3600.79
HSL268.42º21.84%17.06%-
HSV(B)268.42º35.85%20.78%-
XYZ2.211.913.62-
YUV38.86135.98130.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.08%
GREEN value IS 34 (13.67% from 255) = 26.15%
BLUE value IS 53 (21.09% from 255) = 40.77%
R=33.08%
G=26.15%
B=40.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4334530.190.3600.79268.4221.8417.06
Hex2B2235132404F10c1611
Octal534265234401174142621
Binary10101110001011010110011100100010011111000011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,34,53); }

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

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

 a { background-color: rgb(43,34,53); }

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

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

 span { border-color: rgb(43,34,53); }

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