Html Css Color HEX #201951 Paua

📋 copy color: '#201951'

red 32 ◦ green 25 ◦ blue 81

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

Shades of Paua #201951

Tints of Paua #201951

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.12%

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

R = 23.19%
G = 18.12%
B = 58.7%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#201951 (or 0x201951) is known color: Paua. HEX triplet: 20, 19 and 51. RGB value is (32,25,81). Sum of RGB (Red+Green+Blue) = 32+25+81=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #201951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201951 is #DFE6AE. Grayscale: #212121. Windows color (decimal): -14673583 or 5314848. OLE color: 5314848.

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

Color convert

RGB 32 25 81 -
CMYK 0.60 0.69 0 0.68
HSL 247.5º 0.53% 0.21% -
HSV(B) 247.5º 0.69% 0.32% -
XYZ 2.43 1.6 7.96 -
YUV 33.48 154.82 126.95 -
System Red Green Blue C M Y K H S L
Decimal 32 25 81 0.60 0.69 0 0.68 247.5 0.53 0.21
Hex 20 19 51 3C 45 0 44 F8 35 15
Octal 40 31 121 74 105 0 104 370 65 25
Binary 100000 11001 1010001 111100 1000101 0 1000100 11111000 110101 10101

Color Harmonies of #201951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201951

Black with #201951

Text Example


Text Example

White with #201951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201951; }

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

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

background-color css

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

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

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

border-color css

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

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

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