#2B1F53

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

Shades of Paua #2B1F53

Tints of Paua #2B1F53

Color information

#2B1F53 (or 0x2B1F53) is unknown color: approx Paua. HEX triplet: 2B, 1F and 53. RGB value is (43,31,83). Sum of RGB (Red+Green+Blue) = 43+31+83=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #2B1F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B1F53 is #D4E0AC. Grayscale: #282828. Windows color (decimal): -13951149 or 5447467. OLE color: 5447467.

HSL color Cylindrical-coordinate representation of color #2B1F53: hue angle of 253.85º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B1F53 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB433183-
CMYK0.480.6300.67
HSL253.85º45.61%22.35%-
HSV(B)253.85º62.65%32.55%-
XYZ3.052.128.43-
YUV40.52151.98129.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.39%
GREEN value IS 31 (12.5% from 255) = 19.75%
BLUE value IS 83 (32.81% from 255) = 52.87%
R=27.39%
G=19.75%
B=52.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4331830.480.6300.67253.8545.6122.35
Hex2B1F53303F043fe2e16
Octal5337123607701033765626
Binary101011111111010011110000111111010000111111111010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,31,83); }

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

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

 a { background-color: rgb(43,31,83); }

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

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

 span { border-color: rgb(43,31,83); }

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