Html Css Color HEX #312C4A Paua

📋 copy color: '#312C4A'

red 49 ◦ green 44 ◦ blue 74

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

Shades of Paua #312C4A

Tints of Paua #312C4A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.35%

 BLUE value IS 74 (29.3% from 255) = 44.31%

R = 29.34%
G = 26.35%
B = 44.31%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#312C4A (or 0x312C4A) is known color: Paua. HEX triplet: 31, 2C and 4A. RGB value is (49,44,74). Sum of RGB (Red+Green+Blue) = 49+44+74=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 74 - color contains mainly: blue. Hex color #312C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C4A is #CED3B5. Grayscale: #303030. Windows color (decimal): -13554614 or 4860977. OLE color: 4860977.

HSL color Cylindrical-coordinate representation of color #312C4A: hue angle of 250º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #312C4A is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 44 74 -
CMYK 0.34 0.41 0 0.71
HSL 250º 0.25% 0.23% -
HSV(B) 250º 0.41% 0.29% -
XYZ 3.4 2.95 6.87 -
YUV 48.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 49 44 74 0.34 0.41 0 0.71 250 0.25 0.23
Hex 31 2C 4A 22 29 0 47 FA 19 17
Octal 61 54 112 42 51 0 107 372 31 27
Binary 110001 101100 1001010 100010 101001 0 1000111 11111010 11001 10111

Color Harmonies of #312C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312C4A

Black with #312C4A

Text Example


Text Example

White with #312C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,44,74); }

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

background-color css

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

 a { background-color: rgb(49,44,74); }

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

border-color css

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

 span { border-color: rgb(49,44,74); }

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