#2A0252

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

Shades of Blackcurrant #2A0252

Tints of Blackcurrant #2A0252

Color information

#2A0252 (or 0x2A0252) is unknown color: approx Blackcurrant. HEX triplet: 2A, 02 and 52. RGB value is (42,2,82). Sum of RGB (Red+Green+Blue) = 42+2+82=126 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.33% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 82 (32.42% from 255 or 65.08% from 126); Max value from RGB is 82 - color contains mainly: blue. Hex color #2A0252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0252 is #D5FDAD. Grayscale: #161616. Windows color (decimal): -14024110 or 5374506. OLE color: 5374506.

HSL color Cylindrical-coordinate representation of color #2A0252: hue angle of 270º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0252 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB42282-
CMYK0.490.9800.68
HSL270º95.24%16.47%-
HSV(B)270º97.56%32.16%-
XYZ2.51.148.07-
YUV23.08161.25141.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.33%
GREEN value IS 2 (1.17% from 255) = 1.59%
BLUE value IS 82 (32.42% from 255) = 65.08%
R=33.33%
G=1.59%
B=65.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal422820.490.9800.6827095.2416.47
Hex2A252316204410e5f10
Octal52212261142010441613720
Binary101010101010010110001110001001000100100001110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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