Html Css Color HEX #28214D Paua

📋 copy color: '#28214D'

red 40 ◦ green 33 ◦ blue 77

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

Shades of Paua #28214D

Tints of Paua #28214D

RGB

 RED value IS 40 (16.02% from 255) = 26.67%

 GREEN value IS 33 (13.28% from 255) = 22%

 BLUE value IS 77 (30.47% from 255) = 51.33%

R = 26.67%
G = 22%
B = 51.33%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#28214D (or 0x28214D) is known color: Paua. HEX triplet: 28, 21 and 4D. RGB value is (40,33,77). Sum of RGB (Red+Green+Blue) = 40+33+77=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #28214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28214D is #D7DEB2. Grayscale: #272727. Windows color (decimal): -14147251 or 5054760. OLE color: 5054760.

HSL color Cylindrical-coordinate representation of color #28214D: hue angle of 249.55º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28214D is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 40 33 77 -
CMYK 0.48 0.57 0 0.70
HSL 249.55º 0.4% 0.22% -
HSV(B) 249.55º 0.57% 0.3% -
XYZ 2.76 2.07 7.28 -
YUV 40.11 148.82 127.92 -
System Red Green Blue C M Y K H S L
Decimal 40 33 77 0.48 0.57 0 0.70 249.55 0.4 0.22
Hex 28 21 4D 30 39 0 46 FA 28 16
Octal 50 41 115 60 71 0 106 372 50 26
Binary 101000 100001 1001101 110000 111001 0 1000110 11111010 101000 10110

Color Harmonies of #28214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28214D

Black with #28214D

Text Example


Text Example

White with #28214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28214D; }

 p { color: rgb(40,33,77); }

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

background-color css

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

 a { background-color: rgb(40,33,77); }

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

border-color css

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

 span { border-color: rgb(40,33,77); }

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