Html Css Color HEX #242146 Paua

📋 copy color: '#242146'

red 36 ◦ green 33 ◦ blue 70

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

Shades of Paua #242146

Tints of Paua #242146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 50.36%

R = 25.9%
G = 23.74%
B = 50.36%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#242146 (or 0x242146) is known color: 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

RGB 36 33 70 -
CMYK 0.49 0.53 0 0.73
HSL 244.86º 0.36% 0.2% -
HSV(B) 244.86º 0.53% 0.27% -
XYZ 2.38 1.9 6.04 -
YUV 38.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 36 33 70 0.49 0.53 0 0.73 244.86 0.36 0.2
Hex 24 21 46 31 35 0 49 F5 24 14
Octal 44 41 106 61 65 0 111 365 44 24
Binary 100100 100001 1000110 110001 110101 0 1001001 11110101 100100 10100

Color Harmonies of #242146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242146

Black with #242146

Text Example


Text Example

White with #242146

Text Example


Text Example

HTML Codes & Css Web 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>