Html Css Color HEX #24135A Paua

📋 copy color: '#24135A'

red 36 ◦ green 19 ◦ blue 90

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

Shades of Paua #24135A

Tints of Paua #24135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.1%

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

R = 24.83%
G = 13.1%
B = 62.07%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#24135A (or 0x24135A) is known color: Paua. HEX triplet: 24, 13 and 5A. RGB value is (36,19,90). Sum of RGB (Red+Green+Blue) = 36+19+90=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #24135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24135A is #DBECA5. Grayscale: #1F1F1F. Windows color (decimal): -14412966 or 5903140. OLE color: 5903140.

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

Color convert

RGB 36 19 90 -
CMYK 0.60 0.79 0 0.65
HSL 254.37º 0.65% 0.21% -
HSV(B) 254.37º 0.79% 0.35% -
XYZ 2.81 1.58 9.83 -
YUV 32.18 160.63 130.73 -
System Red Green Blue C M Y K H S L
Decimal 36 19 90 0.60 0.79 0 0.65 254.37 0.65 0.21
Hex 24 13 5A 3C 4F 0 41 FE 41 15
Octal 44 23 132 74 117 0 101 376 101 25
Binary 100100 10011 1011010 111100 1001111 0 1000001 11111110 1000001 10101

Color Harmonies of #24135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24135A

Black with #24135A

Text Example


Text Example

White with #24135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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