Html Css Color HEX #201849 Paua

📋 copy color: '#201849'

red 32 ◦ green 24 ◦ blue 73

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

Shades of Paua #201849

Tints of Paua #201849

RGB

 RED value IS 32 (12.89% from 255) = 24.81%

 GREEN value IS 24 (9.77% from 255) = 18.6%

 BLUE value IS 73 (28.91% from 255) = 56.59%

R = 24.81%
G = 18.6%
B = 56.59%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#201849 (or 0x201849) is known color: Paua. HEX triplet: 20, 18 and 49. RGB value is (32,24,73). Sum of RGB (Red+Green+Blue) = 32+24+73=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 73 (28.91% from 255 or 56.59% from 129); Max value from RGB is 73 - color contains mainly: blue. Hex color #201849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201849 is #DFE7B6. Grayscale: #1F1F1F. Windows color (decimal): -14673847 or 4790304. OLE color: 4790304.

HSL color Cylindrical-coordinate representation of color #201849: hue angle of 249.8º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #201849 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 32 24 73 -
CMYK 0.56 0.67 0 0.71
HSL 249.8º 0.51% 0.19% -
HSV(B) 249.8º 0.67% 0.29% -
XYZ 2.12 1.44 6.47 -
YUV 31.98 151.15 128.02 -
System Red Green Blue C M Y K H S L
Decimal 32 24 73 0.56 0.67 0 0.71 249.8 0.51 0.19
Hex 20 18 49 38 43 0 47 FA 33 13
Octal 40 30 111 70 103 0 107 372 63 23
Binary 100000 11000 1001001 111000 1000011 0 1000111 11111010 110011 10011

Color Harmonies of #201849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201849

Black with #201849

Text Example


Text Example

White with #201849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201849; }

 p { color: rgb(32,24,73); }

 H1.HeaderClassName
 {
   color: #201849;
 }
 .AnyTagClassName
 {
   color: #201849;
 }
</style>

background-color css

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

 a { background-color: rgb(32,24,73); }

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

border-color css

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

 span { border-color: rgb(32,24,73); }

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