Html Css Color HEX #201852 Paua

📋 copy color: '#201852'

red 32 ◦ green 24 ◦ blue 82

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

Shades of Paua #201852

Tints of Paua #201852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 59.42%

R = 23.19%
G = 17.39%
B = 59.42%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#201852 (or 0x201852) is known color: Paua. HEX triplet: 20, 18 and 52. RGB value is (32,24,82). Sum of RGB (Red+Green+Blue) = 32+24+82=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #201852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201852 is #DFE7AD. Grayscale: #202020. Windows color (decimal): -14673838 or 5380128. OLE color: 5380128.

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

Color convert

RGB 32 24 82 -
CMYK 0.61 0.71 0 0.68
HSL 248.28º 0.55% 0.21% -
HSV(B) 248.28º 0.71% 0.32% -
XYZ 2.45 1.57 8.16 -
YUV 33 155.65 127.28 -
System Red Green Blue C M Y K H S L
Decimal 32 24 82 0.61 0.71 0 0.68 248.28 0.55 0.21
Hex 20 18 52 3D 47 0 44 F8 37 15
Octal 40 30 122 75 107 0 104 370 67 25
Binary 100000 11000 1010010 111101 1000111 0 1000100 11111000 110111 10101

Color Harmonies of #201852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201852

Black with #201852

Text Example


Text Example

White with #201852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201852; }

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

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

background-color css

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

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

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

border-color css

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

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

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