Html Css Color HEX #201848 Paua

📋 copy color: '#201848'

red 32 ◦ green 24 ◦ blue 72

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

Shades of Paua #201848

Tints of Paua #201848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 56.25%

R = 25%
G = 18.75%
B = 56.25%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#201848 (or 0x201848) is known color: Paua. HEX triplet: 20, 18 and 48. RGB value is (32,24,72). Sum of RGB (Red+Green+Blue) = 32+24+72=128 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #201848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201848 is #DFE7B7. Grayscale: #1F1F1F. Windows color (decimal): -14673848 or 4724768. OLE color: 4724768.

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

Color convert

RGB 32 24 72 -
CMYK 0.56 0.67 0 0.72
HSL 250º 0.5% 0.19% -
HSV(B) 250º 0.67% 0.28% -
XYZ 2.09 1.43 6.3 -
YUV 31.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 32 24 72 0.56 0.67 0 0.72 250 0.5 0.19
Hex 20 18 48 38 43 0 48 FA 32 13
Octal 40 30 110 70 103 0 110 372 62 23
Binary 100000 11000 1001000 111000 1000011 0 1001000 11111010 110010 10011

Color Harmonies of #201848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201848

Black with #201848

Text Example


Text Example

White with #201848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201848; }

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

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

background-color css

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

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

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

border-color css

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

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

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