#2B0D35

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

Shades of Blackcurrant #2B0D35

Tints of Blackcurrant #2B0D35

Color information

#2B0D35 (or 0x2B0D35) is unknown color: approx Blackcurrant. HEX triplet: 2B, 0D and 35. RGB value is (43,13,53). Sum of RGB (Red+Green+Blue) = 43+13+53=109 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.45% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 53 - color contains mainly: blue. Hex color #2B0D35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0D35 is #D4F2CA. Grayscale: #1A1A1A. Windows color (decimal): -13955787 or 3476779. OLE color: 3476779.

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

Color convert

RGB431353-
CMYK0.190.7500.79
HSL285º60.61%12.94%-
HSV(B)285º75.47%20.78%-
XYZ1.781.063.48-
YUV26.53142.94139.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 39.45%
GREEN value IS 13 (5.47% from 255) = 11.93%
BLUE value IS 53 (21.09% from 255) = 48.62%
R=39.45%
G=11.93%
B=48.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4313530.190.7500.7928560.6112.94
Hex2BD35134B04F11d3dd
Octal5315652311301174357515
Binary1010111101110101100111001011010011111000111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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