#2B183E

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

Shades of Blackcurrant #2B183E

Tints of Blackcurrant #2B183E

Color information

#2B183E (or 0x2B183E) is unknown color: approx Blackcurrant. HEX triplet: 2B, 18 and 3E. RGB value is (43,24,62). Sum of RGB (Red+Green+Blue) = 43+24+62=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 62 (24.61% from 255 or 48.06% from 129); Max value from RGB is 62 - color contains mainly: blue. Hex color #2B183E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B183E is #D4E7C1. Grayscale: #212121. Windows color (decimal): -13952962 or 4069419. OLE color: 4069419.

HSL color Cylindrical-coordinate representation of color #2B183E: hue angle of 270º 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 #2B183E is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB432462-
CMYK0.310.6100.76
HSL270º44.19%16.86%-
HSV(B)270º61.29%24.31%-
XYZ2.191.514.73-
YUV34.01143.79134.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.33%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 62 (24.61% from 255) = 48.06%
R=33.33%
G=18.60%
B=48.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4324620.310.6100.7627044.1916.86
Hex2B183E1F3D04C10e2c11
Octal533076377501144165421
Binary10101111000111110111111111010100110010000111010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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