#28185A

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

Shades of Paua #28185A

Tints of Paua #28185A

Color information

#28185A (or 0x28185A) is unknown color: approx Paua. HEX triplet: 28, 18 and 5A. RGB value is (40,24,90). Sum of RGB (Red+Green+Blue) = 40+24+90=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #28185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28185A is #D7E7A5. Grayscale: #242424. Windows color (decimal): -14149542 or 5904424. OLE color: 5904424.

HSL color Cylindrical-coordinate representation of color #28185A: hue angle of 254.55º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28185A is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB402490-
CMYK0.560.7300.65
HSL254.55º57.89%22.35%-
HSV(B)254.55º73.33%35.29%-
XYZ3.051.849.87-
YUV36.31158.3130.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.97%
GREEN value IS 24 (9.77% from 255) = 15.58%
BLUE value IS 90 (35.55% from 255) = 58.44%
R=25.97%
G=15.58%
B=58.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4024900.560.7300.65254.5557.8922.35
Hex28185A3849041ff3a16
Octal50301327011101013777226
Binary1010001100010110101110001001001010000011111111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,24,90); }

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

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

 a { background-color: rgb(40,24,90); }

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

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

 span { border-color: rgb(40,24,90); }

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