#2C0835

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

Shades of Blackcurrant #2C0835

Tints of Blackcurrant #2C0835

Color information

#2C0835 (or 0x2C0835) is unknown color: approx Blackcurrant. HEX triplet: 2C, 08 and 35. RGB value is (44,8,53). Sum of RGB (Red+Green+Blue) = 44+8+53=105 (13% of max value = 765). Red value is 44 (17.58% from 255 or 41.90% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 53 (21.09% from 255 or 50.48% from 105); Max value from RGB is 53 - color contains mainly: blue. Hex color #2C0835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0835 is #D3F7CA. Grayscale: #171717. Windows color (decimal): -13891531 or 3475500. OLE color: 3475500.

HSL color Cylindrical-coordinate representation of color #2C0835: hue angle of 288º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C0835 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB44853-
CMYK0.170.8500.79
HSL288º73.77%11.96%-
HSV(B)288º84.91%20.78%-
XYZ1.770.973.46-
YUV23.89144.43142.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 41.90%
GREEN value IS 8 (3.52% from 255) = 7.62%
BLUE value IS 53 (21.09% from 255) = 50.48%
R=41.90%
G=7.62%
B=50.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal448530.170.8500.7928873.7711.96
Hex2C835115504F1204ac
Octal54106521125011744011214
Binary10110010001101011000110101010100111110010000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,8,53); }

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

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

 a { background-color: rgb(44,8,53); }

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

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

 span { border-color: rgb(44,8,53); }

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