#2A0236

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

Shades of Blackcurrant #2A0236

Tints of Blackcurrant #2A0236

Color information

#2A0236 (or 0x2A0236) is unknown color: approx Blackcurrant. HEX triplet: 2A, 02 and 36. RGB value is (42,2,54). Sum of RGB (Red+Green+Blue) = 42+2+54=98 (12% of max value = 765). Red value is 42 (16.80% from 255 or 42.86% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 54 (21.48% from 255 or 55.10% from 98); Max value from RGB is 54 - color contains mainly: blue. Hex color #2A0236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0236 is #D5FDC9. Grayscale: #131313. Windows color (decimal): -14024138 or 3539498. OLE color: 3539498.

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

Color convert

RGB42254-
CMYK0.220.9600.79
HSL286.15º92.86%10.98%-
HSV(B)286.15º96.3%21.18%-
XYZ1.640.83.56-
YUV19.89147.25143.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 42.86%
GREEN value IS 2 (1.17% from 255) = 2.04%
BLUE value IS 54 (21.48% from 255) = 55.10%
R=42.86%
G=2.04%
B=55.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal422540.220.9600.79286.1592.8610.98
Hex2A236166004F11e5db
Octal5226626140011743613513
Binary101010101101101011011000000100111110001111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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