Html Css Color HEX #241F49 Paua

📋 copy color: '#241F49'

red 36 ◦ green 31 ◦ blue 73

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

Shades of Paua #241F49

Tints of Paua #241F49

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.14%

 BLUE value IS 73 (28.91% from 255) = 52.14%

R = 25.71%
G = 22.14%
B = 52.14%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#241F49 (or 0x241F49) is known color: Paua. HEX triplet: 24, 1F and 49. RGB value is (36,31,73). Sum of RGB (Red+Green+Blue) = 36+31+73=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 73 (28.91% from 255 or 52.14% from 140); Max value from RGB is 73 - color contains mainly: blue. Hex color #241F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F49 is #DBE0B6. Grayscale: #252525. Windows color (decimal): -14409911 or 4792100. OLE color: 4792100.

HSL color Cylindrical-coordinate representation of color #241F49: hue angle of 247.14º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #241F49 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 36 31 73 -
CMYK 0.51 0.58 0 0.71
HSL 247.14º 0.4% 0.2% -
HSV(B) 247.14º 0.58% 0.29% -
XYZ 2.42 1.84 6.53 -
YUV 37.28 148.16 127.08 -
System Red Green Blue C M Y K H S L
Decimal 36 31 73 0.51 0.58 0 0.71 247.14 0.4 0.2
Hex 24 1F 49 33 3A 0 47 F7 28 14
Octal 44 37 111 63 72 0 107 367 50 24
Binary 100100 11111 1001001 110011 111010 0 1000111 11110111 101000 10100

Color Harmonies of #241F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241F49

Black with #241F49

Text Example


Text Example

White with #241F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241F49; }

 p { color: rgb(36,31,73); }

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

background-color css

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

 a { background-color: rgb(36,31,73); }

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

border-color css

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

 span { border-color: rgb(36,31,73); }

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