#2a0b48

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

Shades of Blackcurrant #2A0B48

Tints of Blackcurrant #2A0B48

Color information

#2A0B48 (or 0x2A0B48) is unknown color: approx Blackcurrant. HEX triplet: 2A, 0B and 48. RGB value is (42,11,72). Sum of RGB (Red+Green+Blue) = 42+11+72=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #2A0B48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0B48 is #D5F4B7. Grayscale: #1B1B1B. Windows color (decimal): -14021816 or 4721450. OLE color: 4721450.

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

Color convert

RGB421172-
CMYK0.420.8500.72
HSL270.49º73.49%16.27%-
HSV(B)270.49º84.72%28.24%-
XYZ2.241.26.24-
YUV27.22153.27138.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.6%
GREEN value IS 11 (4.69% from 255) = 8.8%
BLUE value IS 72 (28.52% from 255) = 57.6%
R=33.6%
G=8.8%
B=57.6%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4211720.420.8500.72270.4973.4916.27
Hex2AB482A5504810e4910
Octal521311052125011041611120
Binary10101010111001000101010101010101001000100001110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a0b48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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