Html Css Color HEX #201847 Paua

📋 copy color: '#201847'

red 32 ◦ green 24 ◦ blue 71

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

Shades of Paua #201847

Tints of Paua #201847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 55.91%

R = 25.2%
G = 18.9%
B = 55.91%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#201847 (or 0x201847) is known color: Paua. HEX triplet: 20, 18 and 47. RGB value is (32,24,71). Sum of RGB (Red+Green+Blue) = 32+24+71=127 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.20% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 71 (28.12% from 255 or 55.91% from 127); Max value from RGB is 71 - color contains mainly: blue. Hex color #201847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201847 is #DFE7B8. Grayscale: #1F1F1F. Windows color (decimal): -14673849 or 4659232. OLE color: 4659232.

HSL color Cylindrical-coordinate representation of color #201847: hue angle of 250.21º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #201847 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 32 24 71 -
CMYK 0.55 0.66 0 0.72
HSL 250.21º 0.49% 0.19% -
HSV(B) 250.21º 0.66% 0.28% -
XYZ 2.06 1.42 6.13 -
YUV 31.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 32 24 71 0.55 0.66 0 0.72 250.21 0.49 0.19
Hex 20 18 47 37 42 0 48 FA 31 13
Octal 40 30 107 67 102 0 110 372 61 23
Binary 100000 11000 1000111 110111 1000010 0 1001000 11111010 110001 10011

Color Harmonies of #201847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201847

Black with #201847

Text Example


Text Example

White with #201847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201847; }

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

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

background-color css

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

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

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

border-color css

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

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

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