#2A0D3D

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

Shades of Blackcurrant #2A0D3D

Tints of Blackcurrant #2A0D3D

Color information

#2A0D3D (or 0x2A0D3D) is unknown color: approx Blackcurrant. HEX triplet: 2A, 0D and 3D. RGB value is (42,13,61). Sum of RGB (Red+Green+Blue) = 42+13+61=116 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.21% from 116); Green value is 13 (5.47% from 255 or 11.21% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A0D3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0D3D is #D5F2C2. Grayscale: #1A1A1A. Windows color (decimal): -14021315 or 4001066. OLE color: 4001066.

HSL color Cylindrical-coordinate representation of color #2A0D3D: hue angle of 276.25º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A0D3D is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB421361-
CMYK0.310.7900.76
HSL276.25º64.86%14.51%-
HSV(B)276.25º78.69%23.92%-
XYZ1.941.124.53-
YUV27.14147.11138.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 36.21%
GREEN value IS 13 (5.47% from 255) = 11.21%
BLUE value IS 61 (24.22% from 255) = 52.59%
R=36.21%
G=11.21%
B=52.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4213610.310.7900.76276.2564.8614.51
Hex2AD3D1F4F04C11441f
Octal52157537117011442410117
Binary10101011011111011111110011110100110010001010010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,13,61); }

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

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

 a { background-color: rgb(42,13,61); }

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

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

 span { border-color: rgb(42,13,61); }

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