Html Css Color HEX #24185B Paua

📋 copy color: '#24185B'

red 36 ◦ green 24 ◦ blue 91

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

Shades of Paua #24185B

Tints of Paua #24185B

RGB

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

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

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

R = 23.84%
G = 15.89%
B = 60.26%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24185B (or 0x24185B) is known color: Paua. HEX triplet: 24, 18 and 5B. RGB value is (36,24,91). Sum of RGB (Red+Green+Blue) = 36+24+91=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 91 (35.94% from 255 or 60.26% from 151); Max value from RGB is 91 - color contains mainly: blue. Hex color #24185B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24185B is #DBE7A4. Grayscale: #222222. Windows color (decimal): -14411685 or 5969956. OLE color: 5969956.

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

Color convert

RGB 36 24 91 -
CMYK 0.60 0.74 0 0.64
HSL 250.75º 0.58% 0.23% -
HSV(B) 250.75º 0.74% 0.36% -
XYZ 2.94 1.78 10.09 -
YUV 35.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 36 24 91 0.60 0.74 0 0.64 250.75 0.58 0.23
Hex 24 18 5B 3C 4A 0 40 FB 3A 17
Octal 44 30 133 74 112 0 100 373 72 27
Binary 100100 11000 1011011 111100 1001010 0 1000000 11111011 111010 10111

Color Harmonies of #24185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24185B

Black with #24185B

Text Example


Text Example

White with #24185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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