Html Css Color HEX #181447 Paua

📋 copy color: '#181447'

red 24 ◦ green 20 ◦ blue 71

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

Shades of Paua #181447

Tints of Paua #181447

RGB

 RED value IS 24 (9.77% from 255) = 20.87%

 GREEN value IS 20 (8.2% from 255) = 17.39%

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

R = 20.87%
G = 17.39%
B = 61.74%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#181447 (or 0x181447) is known color: Paua. HEX triplet: 18, 14 and 47. RGB value is (24,20,71). Sum of RGB (Red+Green+Blue) = 24+20+71=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 71 (28.12% from 255 or 61.74% from 115); Max value from RGB is 71 - color contains mainly: blue. Hex color #181447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181447 is #E7EBB8. Grayscale: #1A1A1A. Windows color (decimal): -15199161 or 4658200. OLE color: 4658200.

HSL color Cylindrical-coordinate representation of color #181447: hue angle of 244.71º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #181447 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 24 20 71 -
CMYK 0.66 0.72 0 0.72
HSL 244.71º 0.56% 0.18% -
HSV(B) 244.71º 0.72% 0.28% -
XYZ 1.76 1.15 6.09 -
YUV 27.01 152.83 125.85 -
System Red Green Blue C M Y K H S L
Decimal 24 20 71 0.66 0.72 0 0.72 244.71 0.56 0.18
Hex 18 14 47 42 48 0 48 F5 38 12
Octal 30 24 107 102 110 0 110 365 70 22
Binary 11000 10100 1000111 1000010 1001000 0 1001000 11110101 111000 10010

Color Harmonies of #181447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181447

Black with #181447

Text Example


Text Example

White with #181447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181447; }

 p { color: rgb(24,20,71); }

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

background-color css

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

 a { background-color: rgb(24,20,71); }

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

border-color css

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

 span { border-color: rgb(24,20,71); }

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