#2C2848

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

Shades of Paua #2C2848

Tints of Paua #2C2848

Color information

#2C2848 (or 0x2C2848) is unknown color: approx Paua. HEX triplet: 2C, 28 and 48. RGB value is (44,40,72). Sum of RGB (Red+Green+Blue) = 44+40+72=156 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.21% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #2C2848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2848 is #D3D7B7. Grayscale: #2C2C2C. Windows color (decimal): -13883320 or 4728876. OLE color: 4728876.

HSL color Cylindrical-coordinate representation of color #2C2848: hue angle of 247.5º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2C2848 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB444072-
CMYK0.390.4400.72
HSL247.5º28.57%21.96%-
HSV(B)247.5º44.44%28.24%-
XYZ2.972.526.46-
YUV44.84143.33127.4-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.21%
GREEN value IS 40 (16.02% from 255) = 25.64%
BLUE value IS 72 (28.52% from 255) = 46.15%
R=28.21%
G=25.64%
B=46.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4440720.390.4400.72247.528.5721.96
Hex2C2848272C048f81d16
Octal5450110475401103703526
Binary101100101000100100010011110110001001000111110001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C2848; }

 p { color: rgb(44,40,72); }

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

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

 a { background-color: rgb(44,40,72); }

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

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

 span { border-color: rgb(44,40,72); }

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