#2A0237

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

Shades of Blackcurrant #2A0237

Tints of Blackcurrant #2A0237

Color information

#2A0237 (or 0x2A0237) is unknown color: approx Blackcurrant. HEX triplet: 2A, 02 and 37. RGB value is (42,2,55). Sum of RGB (Red+Green+Blue) = 42+2+55=99 (13% of max value = 765). Red value is 42 (16.80% from 255 or 42.42% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 55 (21.88% from 255 or 55.56% from 99); Max value from RGB is 55 - color contains mainly: blue. Hex color #2A0237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0237 is #D5FDC8. Grayscale: #131313. Windows color (decimal): -14024137 or 3605034. OLE color: 3605034.

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

Color convert

RGB42255-
CMYK0.240.9600.78
HSL285.28º92.98%11.18%-
HSV(B)285.28º96.36%21.57%-
XYZ1.670.813.68-
YUV20147.75143.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 42.42%
GREEN value IS 2 (1.17% from 255) = 2.02%
BLUE value IS 55 (21.88% from 255) = 55.56%
R=42.42%
G=2.02%
B=55.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal422550.240.9600.78285.2892.9811.18
Hex2A237186004E11d5db
Octal5226730140011643513513
Binary101010101101111100011000000100111010001110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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