#2B0052

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

Shades of Blackcurrant #2B0052

Tints of Blackcurrant #2B0052

Color information

#2B0052 (or 0x2B0052) is unknown color: approx Blackcurrant. HEX triplet: 2B, 00 and 52. RGB value is (43,0,82). Sum of RGB (Red+Green+Blue) = 43+0+82=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 82 (32.42% from 255 or 65.6% from 125); Max value from RGB is 82 - color contains mainly: blue. Hex color #2B0052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0052 is #D4FFAD. Grayscale: #151515. Windows color (decimal): -13959086 or 5373995. OLE color: 5373995.

HSL color Cylindrical-coordinate representation of color #2B0052: hue angle of 271.46º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B0052 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB43082-
CMYK0.48100.68
HSL271.46º100%16.08%-
HSV(B)271.46º100%32.16%-
XYZ2.521.128.07-
YUV22.2161.75142.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.4%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 65.6%
R=34.4%
G=0%
B=65.6%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal430820.48100.68271.4610016.08
Hex2B052306404410f6410
Octal53012260144010441714420
Binary10101101010010110000110010001000100100001111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,0,82); }

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

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

 a { background-color: rgb(43,0,82); }

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

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

 span { border-color: rgb(43,0,82); }

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