#2B2051

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

Shades of Paua #2B2051

Tints of Paua #2B2051

Color information

#2B2051 (or 0x2B2051) is unknown color: approx Paua. HEX triplet: 2B, 20 and 51. RGB value is (43,32,81). Sum of RGB (Red+Green+Blue) = 43+32+81=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #2B2051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2051 is #D4DFAE. Grayscale: #282828. Windows color (decimal): -13950895 or 5316651. OLE color: 5316651.

HSL color Cylindrical-coordinate representation of color #2B2051: hue angle of 253.47º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B2051 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB433281-
CMYK0.470.6000.68
HSL253.47º43.36%22.16%-
HSV(B)253.47º60.49%31.76%-
XYZ32.148.04-
YUV40.88150.64129.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.56%
GREEN value IS 32 (12.89% from 255) = 20.51%
BLUE value IS 81 (32.03% from 255) = 51.92%
R=27.56%
G=20.51%
B=51.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4332810.470.6000.68253.4743.3622.16
Hex2B20512F3C044fd2b16
Octal5340121577401043755326
Binary1010111000001010001101111111100010001001111110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,32,81); }

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

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

 a { background-color: rgb(43,32,81); }

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

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

 span { border-color: rgb(43,32,81); }

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