#24125C

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

Shades of Paua #24125C

Tints of Paua #24125C

Color information

#24125C (or 0x24125C) is unknown color: approx Paua. HEX triplet: 24, 12 and 5C. RGB value is (36,18,92). Sum of RGB (Red+Green+Blue) = 36+18+92=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 92 (36.33% from 255 or 63.01% from 146); Max value from RGB is 92 - color contains mainly: blue. Hex color #24125C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24125C is #DBEDA3. Grayscale: #1F1F1F. Windows color (decimal): -14413220 or 6033956. OLE color: 6033956.

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

Color convert

RGB361892-
CMYK0.610.8000.64
HSL254.59º67.27%21.57%-
HSV(B)254.59º80.43%36.08%-
XYZ2.881.5810.28-
YUV31.82161.96130.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.66%
GREEN value IS 18 (7.42% from 255) = 12.33%
BLUE value IS 92 (36.33% from 255) = 63.01%
R=24.66%
G=12.33%
B=63.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3618920.610.8000.64254.5967.2721.57
Hex24125C3D50040ff4316
Octal442213475120010037710326
Binary10010010010101110011110110100000100000011111111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24125C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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