#24224B

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

Shades of Paua #24224B

Tints of Paua #24224B

Color information

#24224B (or 0x24224B) is unknown color: approx Paua. HEX triplet: 24, 22 and 4B. RGB value is (36,34,75). Sum of RGB (Red+Green+Blue) = 36+34+75=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #24224B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24224B is #DBDDB4. Grayscale: #272727. Windows color (decimal): -14409141 or 4923940. OLE color: 4923940.

HSL color Cylindrical-coordinate representation of color #24224B: hue angle of 242.93º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #24224B is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB363475-
CMYK0.520.5500.71
HSL242.93º37.61%21.37%-
HSV(B)242.93º54.67%29.41%-
XYZ2.572.036.91-
YUV39.27148.16125.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.83%
GREEN value IS 34 (13.67% from 255) = 23.45%
BLUE value IS 75 (29.69% from 255) = 51.72%
R=24.83%
G=23.45%
B=51.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3634750.520.5500.71242.9337.6121.37
Hex24224B3437047f32615
Octal4442113646701073634625
Binary1001001000101001011110100110111010001111111001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,34,75); }

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

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

 a { background-color: rgb(36,34,75); }

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

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

 span { border-color: rgb(36,34,75); }

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