#2A0335

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

Shades of Blackcurrant #2A0335

Tints of Blackcurrant #2A0335

Color information

#2A0335 (or 0x2A0335) is unknown color: approx Blackcurrant. HEX triplet: 2A, 03 and 35. RGB value is (42,3,53). Sum of RGB (Red+Green+Blue) = 42+3+53=98 (12% of max value = 765). Red value is 42 (16.80% from 255 or 42.86% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 53 (21.09% from 255 or 54.08% from 98); Max value from RGB is 53 - color contains mainly: blue. Hex color #2A0335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0335 is #D5FCCA. Grayscale: #141414. Windows color (decimal): -14023883 or 3474218. OLE color: 3474218.

HSL color Cylindrical-coordinate representation of color #2A0335: hue angle of 286.8º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0335 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB42353-
CMYK0.210.9400.79
HSL286.8º89.29%10.98%-
HSV(B)286.8º94.34%20.78%-
XYZ1.630.813.44-
YUV20.36146.42143.43-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 42.86%
GREEN value IS 3 (1.56% from 255) = 3.06%
BLUE value IS 53 (21.09% from 255) = 54.08%
R=42.86%
G=3.06%
B=54.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal423530.210.9400.79286.889.2910.98
Hex2A335155E04F11f59b
Octal5236525136011743713113
Binary101010111101011010110111100100111110001111110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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