#242146

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

Shades of Paua #242146

Tints of Paua #242146

Color information

#242146 (or 0x242146) is unknown color: approx Paua. HEX triplet: 24, 21 and 46. RGB value is (36,33,70). Sum of RGB (Red+Green+Blue) = 36+33+70=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 70 (27.73% from 255 or 50.36% from 139); Max value from RGB is 70 - color contains mainly: blue. Hex color #242146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242146 is #DBDEB9. Grayscale: #252525. Windows color (decimal): -14409402 or 4596004. OLE color: 4596004.

HSL color Cylindrical-coordinate representation of color #242146: hue angle of 244.86º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #242146 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB363370-
CMYK0.490.5300.73
HSL244.86º35.92%20.2%-
HSV(B)244.86º52.86%27.45%-
XYZ2.381.96.04-
YUV38.11145.99126.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.90%
GREEN value IS 33 (13.28% from 255) = 23.74%
BLUE value IS 70 (27.73% from 255) = 50.36%
R=25.90%
G=23.74%
B=50.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3633700.490.5300.73244.8635.9220.2
Hex2421463135049f52414
Octal4441106616501113654424
Binary1001001000011000110110001110101010010011111010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242146; }

 p { color: rgb(36,33,70); }

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

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

 a { background-color: rgb(36,33,70); }

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

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

 span { border-color: rgb(36,33,70); }

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