Html Css Color HEX #181149 Paua

📋 copy color: '#181149'

red 24 ◦ green 17 ◦ blue 73

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

Shades of Paua #181149

Tints of Paua #181149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.91%

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

R = 21.05%
G = 14.91%
B = 64.04%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#181149 (or 0x181149) is known color: Paua. HEX triplet: 18, 11 and 49. RGB value is (24,17,73). Sum of RGB (Red+Green+Blue) = 24+17+73=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 73 (28.91% from 255 or 64.04% from 114); Max value from RGB is 73 - color contains mainly: blue. Hex color #181149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181149 is #E7EEB6. Grayscale: #191919. Windows color (decimal): -15199927 or 4788504. OLE color: 4788504.

HSL color Cylindrical-coordinate representation of color #181149: hue angle of 247.5º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #181149 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 24 17 73 -
CMYK 0.67 0.77 0 0.71
HSL 247.5º 0.62% 0.18% -
HSV(B) 247.5º 0.77% 0.29% -
XYZ 1.78 1.08 6.42 -
YUV 25.48 154.82 126.95 -
System Red Green Blue C M Y K H S L
Decimal 24 17 73 0.67 0.77 0 0.71 247.5 0.62 0.18
Hex 18 11 49 43 4D 0 47 F8 3E 12
Octal 30 21 111 103 115 0 107 370 76 22
Binary 11000 10001 1001001 1000011 1001101 0 1000111 11111000 111110 10010

Color Harmonies of #181149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181149

Black with #181149

Text Example


Text Example

White with #181149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181149; }

 p { color: rgb(24,17,73); }

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

background-color css

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

 a { background-color: rgb(24,17,73); }

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

border-color css

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

 span { border-color: rgb(24,17,73); }

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