Html Css Color HEX #282247 Paua

📋 copy color: '#282247'

red 40 ◦ green 34 ◦ blue 71

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

Shades of Paua #282247

Tints of Paua #282247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.45%

 BLUE value IS 71 (28.13% from 255) = 48.97%

R = 27.59%
G = 23.45%
B = 48.97%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#282247 (or 0x282247) is known color: Paua. HEX triplet: 28, 22 and 47. RGB value is (40,34,71). Sum of RGB (Red+Green+Blue) = 40+34+71=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #282247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282247 is #D7DDB8. Grayscale: #272727. Windows color (decimal): -14147001 or 4661800. OLE color: 4661800.

HSL color Cylindrical-coordinate representation of color #282247: hue angle of 249.73º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #282247 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 40 34 71 -
CMYK 0.44 0.52 0 0.72
HSL 249.73º 0.35% 0.21% -
HSV(B) 249.73º 0.52% 0.28% -
XYZ 2.58 2.05 6.22 -
YUV 40.01 145.49 127.99 -
System Red Green Blue C M Y K H S L
Decimal 40 34 71 0.44 0.52 0 0.72 249.73 0.35 0.21
Hex 28 22 47 2C 34 0 48 FA 23 15
Octal 50 42 107 54 64 0 110 372 43 25
Binary 101000 100010 1000111 101100 110100 0 1001000 11111010 100011 10101

Color Harmonies of #282247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282247

Black with #282247

Text Example


Text Example

White with #282247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282247; }

 p { color: rgb(40,34,71); }

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

background-color css

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

 a { background-color: rgb(40,34,71); }

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

border-color css

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

 span { border-color: rgb(40,34,71); }

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