Html Css Color HEX #242148 Paua

📋 copy color: '#242148'

red 36 ◦ green 33 ◦ blue 72

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

Shades of Paua #242148

Tints of Paua #242148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 51.06%

R = 25.53%
G = 23.4%
B = 51.06%

CMYK

 C value IS 0.5

 M value IS 0.54

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#242148 (or 0x242148) is known color: Paua. HEX triplet: 24, 21 and 48. RGB value is (36,33,72). Sum of RGB (Red+Green+Blue) = 36+33+72=141 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.53% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #242148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242148 is #DBDEB7. Grayscale: #262626. Windows color (decimal): -14409400 or 4727076. OLE color: 4727076.

HSL color Cylindrical-coordinate representation of color #242148: hue angle of 244.62º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #242148 is Cyan = 0.5, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 36 33 72 -
CMYK 0.5 0.54 0 0.72
HSL 244.62º 0.37% 0.21% -
HSV(B) 244.62º 0.54% 0.28% -
XYZ 2.44 1.93 6.37 -
YUV 38.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 36 33 72 0.5 0.54 0 0.72 244.62 0.37 0.21
Hex 24 21 48 32 36 0 48 F5 25 15
Octal 44 41 110 62 66 0 110 365 45 25
Binary 100100 100001 1001000 110010 110110 0 1001000 11110101 100101 10101

Color Harmonies of #242148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242148

Black with #242148

Text Example


Text Example

White with #242148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242148; }

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

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

background-color css

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

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

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

border-color css

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

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

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