#241853

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

Shades of Paua #241853

Tints of Paua #241853

Color information

#241853 (or 0x241853) is unknown color: approx Paua. HEX triplet: 24, 18 and 53. RGB value is (36,24,83). Sum of RGB (Red+Green+Blue) = 36+24+83=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 83 (32.81% from 255 or 58.04% from 143); Max value from RGB is 83 - color contains mainly: blue. Hex color #241853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241853 is #DBE7AC. Grayscale: #222222. Windows color (decimal): -14411693 or 5445668. OLE color: 5445668.

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

Color convert

RGB362483-
CMYK0.570.7100.67
HSL252.2º55.14%20.98%-
HSV(B)252.2º71.08%32.55%-
XYZ2.621.658.36-
YUV34.31155.48129.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.17%
GREEN value IS 24 (9.77% from 255) = 16.78%
BLUE value IS 83 (32.81% from 255) = 58.04%
R=25.17%
G=16.78%
B=58.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3624830.570.7100.67252.255.1420.98
Hex2418533947043fc3715
Octal44301237110701033746725
Binary1001001100010100111110011000111010000111111110011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241853; }

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

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

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

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

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

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

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

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