#2A0348

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

Shades of Blackcurrant #2A0348

Tints of Blackcurrant #2A0348

Color information

#2A0348 (or 0x2A0348) is unknown color: approx Blackcurrant. HEX triplet: 2A, 03 and 48. RGB value is (42,3,72). Sum of RGB (Red+Green+Blue) = 42+3+72=117 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.90% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 72 (28.52% from 255 or 61.54% from 117); Max value from RGB is 72 - color contains mainly: blue. Hex color #2A0348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0348 is #D5FCB7. Grayscale: #161616. Windows color (decimal): -14023864 or 4719402. OLE color: 4719402.

HSL color Cylindrical-coordinate representation of color #2A0348: hue angle of 273.91º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A0348 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB42372-
CMYK0.420.9600.72
HSL273.91º92%14.71%-
HSV(B)273.91º95.83%28.24%-
XYZ2.161.036.22-
YUV22.53155.92141.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35.90%
GREEN value IS 3 (1.56% from 255) = 2.56%
BLUE value IS 72 (28.52% from 255) = 61.54%
R=35.90%
G=2.56%
B=61.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal423720.420.9600.72273.919214.71
Hex2A3482A600481125cf
Octal52311052140011042213417
Binary10101011100100010101011000000100100010001001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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