#2B073F

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

Shades of Blackcurrant #2B073F

Tints of Blackcurrant #2B073F

Color information

#2B073F (or 0x2B073F) is unknown color: approx Blackcurrant. HEX triplet: 2B, 07 and 3F. RGB value is (43,7,63). Sum of RGB (Red+Green+Blue) = 43+7+63=113 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.05% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B073F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B073F is #D4F8C0. Grayscale: #171717. Windows color (decimal): -13957313 or 4130603. OLE color: 4130603.

HSL color Cylindrical-coordinate representation of color #2B073F: hue angle of 278.57º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B073F is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB43763-
CMYK0.320.8900.75
HSL278.57º80%13.73%-
HSV(B)278.57º88.89%24.71%-
XYZ1.971.024.8-
YUV24.15149.93141.45-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 38.05%
GREEN value IS 7 (3.12% from 255) = 6.19%
BLUE value IS 63 (25% from 255) = 55.75%
R=38.05%
G=6.19%
B=55.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal437630.320.8900.75278.578013.73
Hex2B73F205904B11750e
Octal5377740131011342712016
Binary10101111111111110000010110010100101110001011110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B073F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,7,63); }

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

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

 a { background-color: rgb(43,7,63); }

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

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

 span { border-color: rgb(43,7,63); }

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