#2B053E

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

Shades of Blackcurrant #2B053E

Tints of Blackcurrant #2B053E

Color information

#2B053E (or 0x2B053E) is unknown color: approx Blackcurrant. HEX triplet: 2B, 05 and 3E. RGB value is (43,5,62). Sum of RGB (Red+Green+Blue) = 43+5+62=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 62 (24.61% from 255 or 56.36% from 110); Max value from RGB is 62 - color contains mainly: blue. Hex color #2B053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B053E is #D4FAC1. Grayscale: #161616. Windows color (decimal): -13957826 or 4064555. OLE color: 4064555.

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

Color convert

RGB43562-
CMYK0.310.9200.76
HSL280º85.07%13.14%-
HSV(B)280º91.94%24.31%-
XYZ1.920.974.64-
YUV22.86150.09142.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 39.09%
GREEN value IS 5 (2.34% from 255) = 4.55%
BLUE value IS 62 (24.61% from 255) = 56.36%
R=39.09%
G=4.55%
B=56.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal435620.310.9200.7628085.0713.14
Hex2B53E1F5C04C11855d
Octal5357637134011443012515
Binary1010111011111101111110111000100110010001100010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B053E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,5,62); }

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

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

 a { background-color: rgb(43,5,62); }

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

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

 span { border-color: rgb(43,5,62); }

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