#24125B

Color #24125B Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #24125B

Tints of Paua #24125B

Color information

#24125B (or 0x24125B) is unknown color: approx Paua. HEX triplet: 24, 12 and 5B. RGB value is (36,18,91). Sum of RGB (Red+Green+Blue) = 36+18+91=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 91 (35.94% from 255 or 62.76% from 145); Max value from RGB is 91 - color contains mainly: blue. Hex color #24125B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24125B is #DBEDA4. Grayscale: #1F1F1F. Windows color (decimal): -14413221 or 5968420. OLE color: 5968420.

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

Color convert

RGB361891-
CMYK0.600.8000.64
HSL254.79º66.97%21.37%-
HSV(B)254.79º80.22%35.69%-
XYZ2.831.5610.05-
YUV31.7161.46131.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.83%
GREEN value IS 18 (7.42% from 255) = 12.41%
BLUE value IS 91 (35.94% from 255) = 62.76%
R=24.83%
G=12.41%
B=62.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3618910.600.8000.64254.7966.9721.37
Hex24125B3C50040ff4315
Octal442213374120010037710325
Binary10010010010101101111110010100000100000011111111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #24125B;
 }
 .AnyTagClassName
 {
   color: #24125B;
 }
</style>
background-color css

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

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

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

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

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

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