Html Css Color HEX #312D4F Paua

📋 copy color: '#312D4F'

red 49 ◦ green 45 ◦ blue 79

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

Shades of Paua #312D4F

Tints of Paua #312D4F

RGB

 RED value IS 49 (19.53% from 255) = 28.32%

 GREEN value IS 45 (17.97% from 255) = 26.01%

 BLUE value IS 79 (31.25% from 255) = 45.66%

R = 28.32%
G = 26.01%
B = 45.66%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#312D4F (or 0x312D4F) is known color: Paua. HEX triplet: 31, 2D and 4F. RGB value is (49,45,79). Sum of RGB (Red+Green+Blue) = 49+45+79=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 79 - color contains mainly: blue. Hex color #312D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312D4F is #CED2B0. Grayscale: #313131. Windows color (decimal): -13554353 or 5188913. OLE color: 5188913.

HSL color Cylindrical-coordinate representation of color #312D4F: hue angle of 247.06º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #312D4F is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 45 79 -
CMYK 0.38 0.43 0 0.69
HSL 247.06º 0.27% 0.24% -
HSV(B) 247.06º 0.43% 0.31% -
XYZ 3.62 3.09 7.8 -
YUV 50.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 49 45 79 0.38 0.43 0 0.69 247.06 0.27 0.24
Hex 31 2D 4F 26 2B 0 45 F7 1B 18
Octal 61 55 117 46 53 0 105 367 33 30
Binary 110001 101101 1001111 100110 101011 0 1000101 11110111 11011 11000

Color Harmonies of #312D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312D4F

Black with #312D4F

Text Example


Text Example

White with #312D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312D4F; }

 p { color: rgb(49,45,79); }

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

background-color css

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

 a { background-color: rgb(49,45,79); }

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

border-color css

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

 span { border-color: rgb(49,45,79); }

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