Html Css Color HEX #24185A Paua

📋 copy color: '#24185A'

red 36 ◦ green 24 ◦ blue 90

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

Shades of Paua #24185A

Tints of Paua #24185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16%

 BLUE value IS 90 (35.55% from 255) = 60%

R = 24%
G = 16%
B = 60%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#24185A (or 0x24185A) is known color: Paua. HEX triplet: 24, 18 and 5A. RGB value is (36,24,90). Sum of RGB (Red+Green+Blue) = 36+24+90=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #24185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24185A is #DBE7A5. Grayscale: #222222. Windows color (decimal): -14411686 or 5904420. OLE color: 5904420.

HSL color Cylindrical-coordinate representation of color #24185A: hue angle of 250.91º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #24185A is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 24 90 -
CMYK 0.60 0.73 0 0.65
HSL 250.91º 0.58% 0.22% -
HSV(B) 250.91º 0.73% 0.35% -
XYZ 2.9 1.77 9.86 -
YUV 35.11 158.98 128.63 -
System Red Green Blue C M Y K H S L
Decimal 36 24 90 0.60 0.73 0 0.65 250.91 0.58 0.22
Hex 24 18 5A 3C 49 0 41 FB 3A 16
Octal 44 30 132 74 111 0 101 373 72 26
Binary 100100 11000 1011010 111100 1001001 0 1000001 11111011 111010 10110

Color Harmonies of #24185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24185A

Black with #24185A

Text Example


Text Example

White with #24185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24185A; }

 p { color: rgb(36,24,90); }

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

background-color css

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

 a { background-color: rgb(36,24,90); }

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

border-color css

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

 span { border-color: rgb(36,24,90); }

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