#281858

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

Shades of Paua #281858

Tints of Paua #281858

Color information

#281858 (or 0x281858) is unknown color: approx Paua. HEX triplet: 28, 18 and 58. RGB value is (40,24,88). Sum of RGB (Red+Green+Blue) = 40+24+88=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 88 (34.77% from 255 or 57.89% from 152); Max value from RGB is 88 - color contains mainly: blue. Hex color #281858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281858 is #D7E7A7. Grayscale: #232323. Windows color (decimal): -14149544 or 5773352. OLE color: 5773352.

HSL color Cylindrical-coordinate representation of color #281858: hue angle of 255º degrees, saturation: 0.57, 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 #281858 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB402488-
CMYK0.550.7300.65
HSL255º57.14%21.96%-
HSV(B)255º72.73%34.51%-
XYZ2.961.819.43-
YUV36.08157.3130.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.32%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 88 (34.77% from 255) = 57.89%
R=26.32%
G=15.79%
B=57.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4024880.550.7300.6525557.1421.96
Hex2818583749041ff3916
Octal50301306711101013777126
Binary1010001100010110001101111001001010000011111111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281858; }

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

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

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

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

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

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

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

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