#2A0239

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

Shades of Blackcurrant #2A0239

Tints of Blackcurrant #2A0239

Color information

#2A0239 (or 0x2A0239) is unknown color: approx Blackcurrant. HEX triplet: 2A, 02 and 39. RGB value is (42,2,57). Sum of RGB (Red+Green+Blue) = 42+2+57=101 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.58% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 57 (22.66% from 255 or 56.44% from 101); Max value from RGB is 57 - color contains mainly: blue. Hex color #2A0239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0239 is #D5FDC6. Grayscale: #141414. Windows color (decimal): -14024135 or 3736106. OLE color: 3736106.

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

Color convert

RGB42257-
CMYK0.260.9600.78
HSL283.64º93.22%11.57%-
HSV(B)283.64º96.49%22.35%-
XYZ1.720.833.94-
YUV20.23148.75143.53-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 41.58%
GREEN value IS 2 (1.17% from 255) = 1.98%
BLUE value IS 57 (22.66% from 255) = 56.44%
R=41.58%
G=1.98%
B=56.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal422570.260.9600.78283.6493.2211.57
Hex2A2391A6004E11c5dc
Octal5227132140011643413514
Binary101010101110011101011000000100111010001110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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