#28264A

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

Shades of Paua #28264A

Tints of Paua #28264A

Color information

#28264A (or 0x28264A) is unknown color: approx Paua. HEX triplet: 28, 26 and 4A. RGB value is (40,38,74). Sum of RGB (Red+Green+Blue) = 40+38+74=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 74 - color contains mainly: blue. Hex color #28264A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28264A is #D7D9B5. Grayscale: #2A2A2A. Windows color (decimal): -14145974 or 4859432. OLE color: 4859432.

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

Color convert

RGB403874-
CMYK0.460.4900.71
HSL243.33º32.14%21.96%-
HSV(B)243.33º48.65%29.02%-
XYZ2.82.336.78-
YUV42.7145.66126.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.32%
GREEN value IS 38 (15.23% from 255) = 25%
BLUE value IS 74 (29.30% from 255) = 48.68%
R=26.32%
G=25%
B=48.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4038740.460.4900.71243.3332.1421.96
Hex28264A2E31047f32016
Octal5046112566101073634026
Binary1010001001101001010101110110001010001111111001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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