Html Css Color HEX #201851 Paua

📋 copy color: '#201851'

red 32 ◦ green 24 ◦ blue 81

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

Shades of Paua #201851

Tints of Paua #201851

RGB

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

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

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

R = 23.36%
G = 17.52%
B = 59.12%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#201851 (or 0x201851) is known color: Paua. HEX triplet: 20, 18 and 51. RGB value is (32,24,81). Sum of RGB (Red+Green+Blue) = 32+24+81=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 81 (32.03% from 255 or 59.12% from 137); Max value from RGB is 81 - color contains mainly: blue. Hex color #201851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201851 is #DFE7AE. Grayscale: #202020. Windows color (decimal): -14673839 or 5314592. OLE color: 5314592.

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

Color convert

RGB 32 24 81 -
CMYK 0.60 0.70 0 0.68
HSL 248.42º 0.54% 0.21% -
HSV(B) 248.42º 0.7% 0.32% -
XYZ 2.41 1.55 7.96 -
YUV 32.89 155.15 127.37 -
System Red Green Blue C M Y K H S L
Decimal 32 24 81 0.60 0.70 0 0.68 248.42 0.54 0.21
Hex 20 18 51 3C 46 0 44 F8 36 15
Octal 40 30 121 74 106 0 104 370 66 25
Binary 100000 11000 1010001 111100 1000110 0 1000100 11111000 110110 10101

Color Harmonies of #201851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201851

Black with #201851

Text Example


Text Example

White with #201851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201851; }

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

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

background-color css

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

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

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

border-color css

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

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

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