#2A0E36

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

Shades of Blackcurrant #2A0E36

Tints of Blackcurrant #2A0E36

Color information

#2A0E36 (or 0x2A0E36) is unknown color: approx Blackcurrant. HEX triplet: 2A, 0E and 36. RGB value is (42,14,54). Sum of RGB (Red+Green+Blue) = 42+14+54=110 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.18% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 54 (21.48% from 255 or 49.09% from 110); Max value from RGB is 54 - color contains mainly: blue. Hex color #2A0E36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0E36 is #D5F1C9. Grayscale: #1A1A1A. Windows color (decimal): -14021066 or 3542570. OLE color: 3542570.

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

Color convert

RGB421454-
CMYK0.220.7400.79
HSL282º58.82%13.33%-
HSV(B)282º74.07%21.18%-
XYZ1.781.073.6-
YUV26.93143.28138.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 38.18%
GREEN value IS 14 (5.86% from 255) = 12.73%
BLUE value IS 54 (21.48% from 255) = 49.09%
R=38.18%
G=12.73%
B=49.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4214540.220.7400.7928258.8213.33
Hex2AE36164A04F11a3bd
Octal5216662611201174327315
Binary1010101110110110101101001010010011111000110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,14,54); }

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

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

 a { background-color: rgb(42,14,54); }

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

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

 span { border-color: rgb(42,14,54); }

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