#2B183D

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

Shades of Blackcurrant #2B183D

Tints of Blackcurrant #2B183D

Color information

#2B183D (or 0x2B183D) is unknown color: approx Blackcurrant. HEX triplet: 2B, 18 and 3D. RGB value is (43,24,61). Sum of RGB (Red+Green+Blue) = 43+24+61=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #2B183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B183D is #D4E7C2. Grayscale: #212121. Windows color (decimal): -13952963 or 4003883. OLE color: 4003883.

HSL color Cylindrical-coordinate representation of color #2B183D: hue angle of 270.81º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B183D is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB432461-
CMYK0.300.6100.76
HSL270.81º43.53%16.67%-
HSV(B)270.81º60.66%23.92%-
XYZ2.171.54.59-
YUV33.9143.29134.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.59%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 61 (24.22% from 255) = 47.66%
R=33.59%
G=18.75%
B=47.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4324610.300.6100.76270.8143.5316.67
Hex2B183D1E3D04C10f2c11
Octal533075367501144175421
Binary10101111000111101111101111010100110010000111110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,24,61); }

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

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

 a { background-color: rgb(43,24,61); }

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

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

 span { border-color: rgb(43,24,61); }

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