Html Css Color HEX #1F1C49 Paua

📋 copy color: '#1F1C49'

red 31 ◦ green 28 ◦ blue 73

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

Shades of Paua #1F1C49

Tints of Paua #1F1C49

RGB

 RED value IS 31 (12.5% from 255) = 23.48%

 GREEN value IS 28 (11.33% from 255) = 21.21%

 BLUE value IS 73 (28.91% from 255) = 55.3%

R = 23.48%
G = 21.21%
B = 55.3%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1F1C49 (or 0x1F1C49) is known color: Paua. HEX triplet: 1F, 1C and 49. RGB value is (31,28,73). Sum of RGB (Red+Green+Blue) = 31+28+73=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #1F1C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1C49 is #E0E3B6. Grayscale: #212121. Windows color (decimal): -14738359 or 4791327. OLE color: 4791327.

HSL color Cylindrical-coordinate representation of color #1F1C49: hue angle of 244º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F1C49 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 31 28 73 -
CMYK 0.58 0.62 0 0.71
HSL 244º 0.45% 0.2% -
HSV(B) 244º 0.62% 0.29% -
XYZ 2.18 1.6 6.5 -
YUV 34.03 149.99 125.84 -
System Red Green Blue C M Y K H S L
Decimal 31 28 73 0.58 0.62 0 0.71 244 0.45 0.2
Hex 1F 1C 49 3A 3E 0 47 F4 2D 14
Octal 37 34 111 72 76 0 107 364 55 24
Binary 11111 11100 1001001 111010 111110 0 1000111 11110100 101101 10100

Color Harmonies of #1F1C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1C49

Black with #1F1C49

Text Example


Text Example

White with #1F1C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F1C49; }

 p { color: rgb(31,28,73); }

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

background-color css

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

 a { background-color: rgb(31,28,73); }

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

border-color css

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

 span { border-color: rgb(31,28,73); }

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