Html Css Color HEX #24105B Paua

📋 copy color: '#24105B'

red 36 ◦ green 16 ◦ blue 91

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

Shades of Paua #24105B

Tints of Paua #24105B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.19%

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

R = 25.17%
G = 11.19%
B = 63.64%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24105B (or 0x24105B) is known color: Paua. HEX triplet: 24, 10 and 5B. RGB value is (36,16,91). Sum of RGB (Red+Green+Blue) = 36+16+91=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 91 (35.94% from 255 or 63.64% from 143); Max value from RGB is 91 - color contains mainly: blue. Hex color #24105B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24105B is #DBEFA4. Grayscale: #1E1E1E. Windows color (decimal): -14413733 or 5967908. OLE color: 5967908.

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

Color convert

RGB 36 16 91 -
CMYK 0.60 0.82 0 0.64
HSL 256º 0.7% 0.21% -
HSV(B) 256º 0.82% 0.36% -
XYZ 2.8 1.5 10.04 -
YUV 30.53 162.13 131.9 -
System Red Green Blue C M Y K H S L
Decimal 36 16 91 0.60 0.82 0 0.64 256 0.7 0.21
Hex 24 10 5B 3C 52 0 40 100 46 15
Octal 44 20 133 74 122 0 100 400 106 25
Binary 100100 10000 1011011 111100 1010010 0 1000000 100000000 1000110 10101

Color Harmonies of #24105B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24105B

Black with #24105B

Text Example


Text Example

White with #24105B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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