#2A0330

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

Shades of Blackcurrant #2A0330

Tints of Blackcurrant #2A0330

Color information

#2A0330 (or 0x2A0330) is unknown color: approx Blackcurrant. HEX triplet: 2A, 03 and 30. RGB value is (42,3,48). Sum of RGB (Red+Green+Blue) = 42+3+48=93 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.16% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #2A0330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0330 is #D5FCCF. Grayscale: #131313. Windows color (decimal): -14023888 or 3146538. OLE color: 3146538.

HSL color Cylindrical-coordinate representation of color #2A0330: hue angle of 292º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0330 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB42348-
CMYK0.130.9400.81
HSL292º88.24%10%-
HSV(B)292º93.75%18.82%-
XYZ1.520.772.86-
YUV19.79143.92143.84-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 45.16%
GREEN value IS 3 (1.56% from 255) = 3.23%
BLUE value IS 48 (19.14% from 255) = 51.61%
R=45.16%
G=3.23%
B=51.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal423480.130.9400.8129288.2410
Hex2A330D5E05112458a
Octal5236015136012144413012
Binary10101011110000110110111100101000110010010010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,3,48); }

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

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

 a { background-color: rgb(42,3,48); }

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

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

 span { border-color: rgb(42,3,48); }

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