Html Css Color HEX #201351 Paua

📋 copy color: '#201351'

red 32 ◦ green 19 ◦ blue 81

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

Shades of Paua #201351

Tints of Paua #201351

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.39%

 BLUE value IS 81 (32.03% from 255) = 61.36%

R = 24.24%
G = 14.39%
B = 61.36%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#201351 (or 0x201351) is known color: Paua. HEX triplet: 20, 13 and 51. RGB value is (32,19,81). Sum of RGB (Red+Green+Blue) = 32+19+81=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 81 (32.03% from 255 or 61.36% from 132); Max value from RGB is 81 - color contains mainly: blue. Hex color #201351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201351 is #DFECAE. Grayscale: #1D1D1D. Windows color (decimal): -14675119 or 5313312. OLE color: 5313312.

HSL color Cylindrical-coordinate representation of color #201351: hue angle of 252.58º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #201351 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 32 19 81 -
CMYK 0.60 0.77 0 0.68
HSL 252.58º 0.62% 0.2% -
HSV(B) 252.58º 0.77% 0.32% -
XYZ 2.31 1.37 7.93 -
YUV 29.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 32 19 81 0.60 0.77 0 0.68 252.58 0.62 0.2
Hex 20 13 51 3C 4D 0 44 FD 3E 14
Octal 40 23 121 74 115 0 104 375 76 24
Binary 100000 10011 1010001 111100 1001101 0 1000100 11111101 111110 10100

Color Harmonies of #201351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201351

Black with #201351

Text Example


Text Example

White with #201351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201351; }

 p { color: rgb(32,19,81); }

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

background-color css

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

 a { background-color: rgb(32,19,81); }

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

border-color css

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

 span { border-color: rgb(32,19,81); }

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