Html Css Color HEX #242144 Paua

📋 copy color: '#242144'

red 36 ◦ green 33 ◦ blue 68

#242144
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #242144

Tints of Paua #242144

RGB

 RED value IS 36 (14.45% from 255) = 26.28%

 GREEN value IS 33 (13.28% from 255) = 24.09%

 BLUE value IS 68 (26.95% from 255) = 49.64%

R = 26.28%
G = 24.09%
B = 49.64%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#242144 (or 0x242144) is known color: Paua. HEX triplet: 24, 21 and 44. RGB value is (36,33,68). Sum of RGB (Red+Green+Blue) = 36+33+68=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #242144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242144 is #DBDEBB. Grayscale: #252525. Windows color (decimal): -14409404 or 4464932. OLE color: 4464932.

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

Color convert

RGB 36 33 68 -
CMYK 0.47 0.51 0 0.73
HSL 245.14º 0.35% 0.2% -
HSV(B) 245.14º 0.51% 0.27% -
XYZ 2.31 1.88 5.71 -
YUV 37.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 36 33 68 0.47 0.51 0 0.73 245.14 0.35 0.2
Hex 24 21 44 2F 33 0 49 F5 23 14
Octal 44 41 104 57 63 0 111 365 43 24
Binary 100100 100001 1000100 101111 110011 0 1001001 11110101 100011 10100

Color Harmonies of #242144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242144

Black with #242144

Text Example


Text Example

White with #242144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242144; }

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

 H1.HeaderClassName
 {
   color: #242144;
 }
 .AnyTagClassName
 {
   color: #242144;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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