#2B153F

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

Shades of Blackcurrant #2B153F

Tints of Blackcurrant #2B153F

Color information

#2B153F (or 0x2B153F) is unknown color: approx Blackcurrant. HEX triplet: 2B, 15 and 3F. RGB value is (43,21,63). Sum of RGB (Red+Green+Blue) = 43+21+63=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B153F is #D4EAC0. Grayscale: #202020. Windows color (decimal): -13953729 or 4134187. OLE color: 4134187.

HSL color Cylindrical-coordinate representation of color #2B153F: hue angle of 271.43º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B153F is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB432163-
CMYK0.320.6700.75
HSL271.43º50%16.47%-
HSV(B)271.43º66.67%24.71%-
XYZ2.161.414.86-
YUV32.37145.29135.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.86%
GREEN value IS 21 (8.59% from 255) = 16.54%
BLUE value IS 63 (25% from 255) = 49.61%
R=33.86%
G=16.54%
B=49.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4321630.320.6700.75271.435016.47
Hex2B153F204304B10f3210
Octal5325774010301134176220
Binary1010111010111111110000010000110100101110000111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B153F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,21,63); }

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

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

 a { background-color: rgb(43,21,63); }

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

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

 span { border-color: rgb(43,21,63); }

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