Html Css Color HEX #282853 Paua

📋 copy color: '#282853'

red 40 ◦ green 40 ◦ blue 83

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

Shades of Paua #282853

Tints of Paua #282853

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.54%

 BLUE value IS 83 (32.81% from 255) = 50.92%

R = 24.54%
G = 24.54%
B = 50.92%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#282853 (or 0x282853) is known color: Paua. HEX triplet: 28, 28 and 53. RGB value is (40,40,83). Sum of RGB (Red+Green+Blue) = 40+40+83=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #282853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282853 is #D7D7AC. Grayscale: #2C2C2C. Windows color (decimal): -14145453 or 5449768. OLE color: 5449768.

HSL color Cylindrical-coordinate representation of color #282853: hue angle of 240º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #282853 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 40 83 -
CMYK 0.52 0.52 0 0.67
HSL 240º 0.35% 0.24% -
HSV(B) 240º 0.52% 0.33% -
XYZ 3.2 2.59 8.52 -
YUV 44.9 149.5 124.5 -
System Red Green Blue C M Y K H S L
Decimal 40 40 83 0.52 0.52 0 0.67 240 0.35 0.24
Hex 28 28 53 34 34 0 43 F0 23 18
Octal 50 50 123 64 64 0 103 360 43 30
Binary 101000 101000 1010011 110100 110100 0 1000011 11110000 100011 11000

Color Harmonies of #282853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282853

Black with #282853

Text Example


Text Example

White with #282853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282853; }

 p { color: rgb(40,40,83); }

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

background-color css

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

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

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

border-color css

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

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

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