#2D0B48

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

Shades of Blackcurrant #2D0B48

Tints of Blackcurrant #2D0B48

Color information

#2D0B48 (or 0x2D0B48) is unknown color: approx Blackcurrant. HEX triplet: 2D, 0B and 48. RGB value is (45,11,72). Sum of RGB (Red+Green+Blue) = 45+11+72=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 11 (4.69% from 255 or 8.59% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #2D0B48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0B48 is #D2F4B7. Grayscale: #1B1B1B. Windows color (decimal): -13825208 or 4721453. OLE color: 4721453.

HSL color Cylindrical-coordinate representation of color #2D0B48: hue angle of 273.44º 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 #2D0B48 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB451172-
CMYK0.380.8500.72
HSL273.44º73.49%16.27%-
HSV(B)273.44º84.72%28.24%-
XYZ2.371.276.25-
YUV28.12152.76140.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 35.16%
GREEN value IS 11 (4.69% from 255) = 8.59%
BLUE value IS 72 (28.52% from 255) = 56.25%
R=35.16%
G=8.59%
B=56.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4511720.380.8500.72273.4473.4916.27
Hex2DB4826550481114910
Octal551311046125011042111120
Binary10110110111001000100110101010101001000100010001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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