#242143

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

Shades of Paua #242143

Tints of Paua #242143

Color information

#242143 (or 0x242143) is unknown color: approx Paua. HEX triplet: 24, 21 and 43. RGB value is (36,33,67). Sum of RGB (Red+Green+Blue) = 36+33+67=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 67 (26.56% from 255 or 49.26% from 136); Max value from RGB is 67 - color contains mainly: blue. Hex color #242143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242143 is #DBDEBC. Grayscale: #252525. Windows color (decimal): -14409405 or 4399396. OLE color: 4399396.

HSL color Cylindrical-coordinate representation of color #242143: hue angle of 245.29º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #242143 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB363367-
CMYK0.460.5100.74
HSL245.29º34%19.61%-
HSV(B)245.29º50.75%26.27%-
XYZ2.281.875.55-
YUV37.77144.49126.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.47%
GREEN value IS 33 (13.28% from 255) = 24.26%
BLUE value IS 67 (26.56% from 255) = 49.26%
R=26.47%
G=24.26%
B=49.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3633670.460.5100.74245.293419.61
Hex2421432E3304Af52214
Octal4441103566301123654224
Binary1001001000011000011101110110011010010101111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242143; }

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

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

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

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

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

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

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

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