#2B0D33

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

Shades of Blackcurrant #2B0D33

Tints of Blackcurrant #2B0D33

Color information

#2B0D33 (or 0x2B0D33) is unknown color: approx Blackcurrant. HEX triplet: 2B, 0D and 33. RGB value is (43,13,51). Sum of RGB (Red+Green+Blue) = 43+13+51=107 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.19% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 51 (20.31% from 255 or 47.66% from 107); Max value from RGB is 51 - color contains mainly: blue. Hex color #2B0D33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0D33 is #D4F2CC. Grayscale: #1A1A1A. Windows color (decimal): -13955789 or 3345707. OLE color: 3345707.

HSL color Cylindrical-coordinate representation of color #2B0D33: hue angle of 287.37º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B0D33 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB431351-
CMYK0.160.7500.8
HSL287.37º59.38%12.55%-
HSV(B)287.37º74.51%20%-
XYZ1.741.043.24-
YUV26.3141.94139.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 40.19%
GREEN value IS 13 (5.47% from 255) = 12.15%
BLUE value IS 51 (20.31% from 255) = 47.66%
R=40.19%
G=12.15%
B=47.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4313510.160.7500.8287.3759.3812.55
Hex2BD33104B05011f3bd
Octal5315632011301204377315
Binary1010111101110011100001001011010100001000111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,13,51); }

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

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

 a { background-color: rgb(43,13,51); }

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

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

 span { border-color: rgb(43,13,51); }

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