Html Css Color HEX #28274D Paua

📋 copy color: '#28274D'

red 40 ◦ green 39 ◦ blue 77

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

Shades of Paua #28274D

Tints of Paua #28274D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25%

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

R = 25.64%
G = 25%
B = 49.36%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#28274D (or 0x28274D) is known color: Paua. HEX triplet: 28, 27 and 4D. RGB value is (40,39,77). Sum of RGB (Red+Green+Blue) = 40+39+77=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #28274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28274D is #D7D8B2. Grayscale: #2B2B2B. Windows color (decimal): -14145715 or 5056296. OLE color: 5056296.

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

Color convert

RGB 40 39 77 -
CMYK 0.48 0.49 0 0.70
HSL 241.58º 0.33% 0.23% -
HSV(B) 241.58º 0.49% 0.3% -
XYZ 2.94 2.44 7.34 -
YUV 43.63 146.83 125.41 -
System Red Green Blue C M Y K H S L
Decimal 40 39 77 0.48 0.49 0 0.70 241.58 0.33 0.23
Hex 28 27 4D 30 31 0 46 F2 21 17
Octal 50 47 115 60 61 0 106 362 41 27
Binary 101000 100111 1001101 110000 110001 0 1000110 11110010 100001 10111

Color Harmonies of #28274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28274D

Black with #28274D

Text Example


Text Example

White with #28274D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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