#241852

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

Shades of Paua #241852

Tints of Paua #241852

Color information

#241852 (or 0x241852) is unknown color: approx Paua. HEX triplet: 24, 18 and 52. RGB value is (36,24,82). Sum of RGB (Red+Green+Blue) = 36+24+82=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 82 (32.42% from 255 or 57.75% from 142); Max value from RGB is 82 - color contains mainly: blue. Hex color #241852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241852 is #DBE7AD. Grayscale: #212121. Windows color (decimal): -14411694 or 5380132. OLE color: 5380132.

HSL color Cylindrical-coordinate representation of color #241852: hue angle of 252.41º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #241852 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB362482-
CMYK0.560.7100.68
HSL252.41º54.72%20.78%-
HSV(B)252.41º70.73%32.16%-
XYZ2.581.648.16-
YUV34.2154.98129.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.35%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 82 (32.42% from 255) = 57.75%
R=25.35%
G=16.90%
B=57.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3624820.560.7100.68252.4154.7220.78
Hex2418523847044fc3715
Octal44301227010701043746725
Binary1001001100010100101110001000111010001001111110011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241852; }

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

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

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

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

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

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

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

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