Html Css Color HEX #241853 Paua

📋 copy color: '#241853'

red 36 ◦ green 24 ◦ blue 83

#241853
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #241853

Tints of Paua #241853

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 value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#241853 (or 0x241853) is known color: 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

RGB 36 24 83 -
CMYK 0.57 0.71 0 0.67
HSL 252.2º 0.55% 0.21% -
HSV(B) 252.2º 0.71% 0.33% -
XYZ 2.62 1.65 8.36 -
YUV 34.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 36 24 83 0.57 0.71 0 0.67 252.2 0.55 0.21
Hex 24 18 53 39 47 0 43 FC 37 15
Octal 44 30 123 71 107 0 103 374 67 25
Binary 100100 11000 1010011 111001 1000111 0 1000011 11111100 110111 10101

Color Harmonies of #241853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241853

Black with #241853

Text Example


Text Example

White with #241853

Text Example


Text Example

HTML Codes & Css Web 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>