Html Css Color HEX #241F48 Paua

📋 copy color: '#241F48'

red 36 ◦ green 31 ◦ blue 72

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

Shades of Paua #241F48

Tints of Paua #241F48

RGB

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

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

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

R = 25.9%
G = 22.3%
B = 51.8%

CMYK

 C value IS 0.5

 M value IS 0.57

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#241F48 (or 0x241F48) is known color: Paua. HEX triplet: 24, 1F and 48. RGB value is (36,31,72). Sum of RGB (Red+Green+Blue) = 36+31+72=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #241F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F48 is #DBE0B7. Grayscale: #252525. Windows color (decimal): -14409912 or 4726564. OLE color: 4726564.

HSL color Cylindrical-coordinate representation of color #241F48: hue angle of 247.32º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #241F48 is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 36 31 72 -
CMYK 0.5 0.57 0 0.72
HSL 247.32º 0.4% 0.2% -
HSV(B) 247.32º 0.57% 0.28% -
XYZ 2.39 1.82 6.36 -
YUV 37.17 147.66 127.17 -
System Red Green Blue C M Y K H S L
Decimal 36 31 72 0.5 0.57 0 0.72 247.32 0.4 0.2
Hex 24 1F 48 32 39 0 48 F7 28 14
Octal 44 37 110 62 71 0 110 367 50 24
Binary 100100 11111 1001000 110010 111001 0 1001000 11110111 101000 10100

Color Harmonies of #241F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241F48

Black with #241F48

Text Example


Text Example

White with #241F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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