#28214A

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

Shades of Paua #28214A

Tints of Paua #28214A

Color information

#28214A (or 0x28214A) is unknown color: approx Paua. HEX triplet: 28, 21 and 4A. RGB value is (40,33,74). Sum of RGB (Red+Green+Blue) = 40+33+74=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #28214A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28214A is #D7DEB5. Grayscale: #272727. Windows color (decimal): -14147254 or 4858152. OLE color: 4858152.

HSL color Cylindrical-coordinate representation of color #28214A: hue angle of 250.24º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #28214A is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB403374-
CMYK0.460.5500.71
HSL250.24º38.32%20.98%-
HSV(B)250.24º55.41%29.02%-
XYZ2.652.036.73-
YUV39.77147.32128.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.21%
GREEN value IS 33 (13.28% from 255) = 22.45%
BLUE value IS 74 (29.30% from 255) = 50.34%
R=27.21%
G=22.45%
B=50.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4033740.460.5500.71250.2438.3220.98
Hex28214A2E37047fa2615
Octal5041112566701073724625
Binary1010001000011001010101110110111010001111111101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28214A; }

 p { color: rgb(40,33,74); }

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

<style>
 a { background-color: #28214A; }

 a { background-color: rgb(40,33,74); }

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

<style>
 span { border-color: #28214A; }

 span { border-color: rgb(40,33,74); }

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