#28214B

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

Shades of Paua #28214B

Tints of Paua #28214B

Color information

#28214B (or 0x28214B) is unknown color: approx Paua. HEX triplet: 28, 21 and 4B. RGB value is (40,33,75). Sum of RGB (Red+Green+Blue) = 40+33+75=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #28214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28214B is #D7DEB4. Grayscale: #272727. Windows color (decimal): -14147253 or 4923688. OLE color: 4923688.

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

Color convert

RGB403375-
CMYK0.470.5600.71
HSL250º38.89%21.18%-
HSV(B)250º56%29.41%-
XYZ2.692.056.91-
YUV39.88147.82128.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.03%
GREEN value IS 33 (13.28% from 255) = 22.30%
BLUE value IS 75 (29.69% from 255) = 50.68%
R=27.03%
G=22.30%
B=50.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4033750.470.5600.7125038.8921.18
Hex28214B2F38047fa2715
Octal5041113577001073724725
Binary1010001000011001011101111111000010001111111101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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