Html Css Color HEX #24145B Paua

📋 copy color: '#24145B'

red 36 ◦ green 20 ◦ blue 91

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

Shades of Paua #24145B

Tints of Paua #24145B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.61%

 BLUE value IS 91 (35.94% from 255) = 61.9%

R = 24.49%
G = 13.61%
B = 61.9%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24145B (or 0x24145B) is known color: Paua. HEX triplet: 24, 14 and 5B. RGB value is (36,20,91). Sum of RGB (Red+Green+Blue) = 36+20+91=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #24145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24145B is #DBEBA4. Grayscale: #202020. Windows color (decimal): -14412709 or 5968932. OLE color: 5968932.

HSL color Cylindrical-coordinate representation of color #24145B: hue angle of 253.52º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24145B is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 20 91 -
CMYK 0.60 0.78 0 0.64
HSL 253.52º 0.64% 0.22% -
HSV(B) 253.52º 0.78% 0.36% -
XYZ 2.87 1.63 10.06 -
YUV 32.88 160.8 130.23 -
System Red Green Blue C M Y K H S L
Decimal 36 20 91 0.60 0.78 0 0.64 253.52 0.64 0.22
Hex 24 14 5B 3C 4E 0 40 FE 40 16
Octal 44 24 133 74 116 0 100 376 100 26
Binary 100100 10100 1011011 111100 1001110 0 1000000 11111110 1000000 10110

Color Harmonies of #24145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24145B

Black with #24145B

Text Example


Text Example

White with #24145B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24145B; }

 p { color: rgb(36,20,91); }

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

background-color css

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

 a { background-color: rgb(36,20,91); }

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

border-color css

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

 span { border-color: rgb(36,20,91); }

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