Html Css Color HEX #181448 Paua

📋 copy color: '#181448'

red 24 ◦ green 20 ◦ blue 72

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

Shades of Paua #181448

Tints of Paua #181448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 62.07%

R = 20.69%
G = 17.24%
B = 62.07%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#181448 (or 0x181448) is known color: Paua. HEX triplet: 18, 14 and 48. RGB value is (24,20,72). Sum of RGB (Red+Green+Blue) = 24+20+72=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #181448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181448 is #E7EBB7. Grayscale: #1A1A1A. Windows color (decimal): -15199160 or 4723736. OLE color: 4723736.

HSL color Cylindrical-coordinate representation of color #181448: hue angle of 244.62º degrees, saturation: 0.57, 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 #181448 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 24 20 72 -
CMYK 0.67 0.72 0 0.72
HSL 244.62º 0.57% 0.18% -
HSV(B) 244.62º 0.72% 0.28% -
XYZ 1.8 1.16 6.26 -
YUV 27.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 24 20 72 0.67 0.72 0 0.72 244.62 0.57 0.18
Hex 18 14 48 43 48 0 48 F5 39 12
Octal 30 24 110 103 110 0 110 365 71 22
Binary 11000 10100 1001000 1000011 1001000 0 1001000 11110101 111001 10010

Color Harmonies of #181448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181448

Black with #181448

Text Example


Text Example

White with #181448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181448; }

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

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

background-color css

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

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

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

border-color css

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

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

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