#2B083F

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

Shades of Blackcurrant #2B083F

Tints of Blackcurrant #2B083F

Color information

#2B083F (or 0x2B083F) is unknown color: approx Blackcurrant. HEX triplet: 2B, 08 and 3F. RGB value is (43,8,63). Sum of RGB (Red+Green+Blue) = 43+8+63=114 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.72% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 63 (25% from 255 or 55.26% from 114); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B083F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B083F is #D4F7C0. Grayscale: #181818. Windows color (decimal): -13957057 or 4130859. OLE color: 4130859.

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

Color convert

RGB43863-
CMYK0.320.8700.75
HSL278.18º77.46%13.92%-
HSV(B)278.18º87.3%24.71%-
XYZ1.981.054.8-
YUV24.74149.6141.03-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 37.72%
GREEN value IS 8 (3.52% from 255) = 7.02%
BLUE value IS 63 (25% from 255) = 55.26%
R=37.72%
G=7.02%
B=55.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal438630.320.8700.75278.1877.4613.92
Hex2B83F205704B1164de
Octal53107740127011342611516
Binary101011100011111110000010101110100101110001011010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B083F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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