Html Css Color HEX #241950 Paua

📋 copy color: '#241950'

red 36 ◦ green 25 ◦ blue 80

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

Shades of Paua #241950

Tints of Paua #241950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.73%

 BLUE value IS 80 (31.64% from 255) = 56.74%

R = 25.53%
G = 17.73%
B = 56.74%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#241950 (or 0x241950) is known color: Paua. HEX triplet: 24, 19 and 50. RGB value is (36,25,80). Sum of RGB (Red+Green+Blue) = 36+25+80=141 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.53% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #241950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241950 is #DBE6AF. Grayscale: #222222. Windows color (decimal): -14411440 or 5249316. OLE color: 5249316.

HSL color Cylindrical-coordinate representation of color #241950: hue angle of 252º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #241950 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 36 25 80 -
CMYK 0.55 0.69 0 0.69
HSL 252º 0.52% 0.21% -
HSV(B) 252º 0.69% 0.31% -
XYZ 2.52 1.65 7.77 -
YUV 34.56 153.64 129.03 -
System Red Green Blue C M Y K H S L
Decimal 36 25 80 0.55 0.69 0 0.69 252 0.52 0.21
Hex 24 19 50 37 45 0 45 FC 34 15
Octal 44 31 120 67 105 0 105 374 64 25
Binary 100100 11001 1010000 110111 1000101 0 1000101 11111100 110100 10101

Color Harmonies of #241950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241950

Black with #241950

Text Example


Text Example

White with #241950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241950; }

 p { color: rgb(36,25,80); }

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

background-color css

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

 a { background-color: rgb(36,25,80); }

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

border-color css

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

 span { border-color: rgb(36,25,80); }

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