Html Css Color HEX #181446 Paua

📋 copy color: '#181446'

red 24 ◦ green 20 ◦ blue 70

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

Shades of Paua #181446

Tints of Paua #181446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 61.4%

R = 21.05%
G = 17.54%
B = 61.4%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#181446 (or 0x181446) is known color: Paua. HEX triplet: 18, 14 and 46. RGB value is (24,20,70). Sum of RGB (Red+Green+Blue) = 24+20+70=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 70 (27.73% from 255 or 61.40% from 114); Max value from RGB is 70 - color contains mainly: blue. Hex color #181446 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181446 is #E7EBB9. Grayscale: #1A1A1A. Windows color (decimal): -15199162 or 4592664. OLE color: 4592664.

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

Color convert

RGB 24 20 70 -
CMYK 0.66 0.71 0 0.73
HSL 244.8º 0.56% 0.18% -
HSV(B) 244.8º 0.71% 0.27% -
XYZ 1.73 1.14 5.92 -
YUV 26.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 24 20 70 0.66 0.71 0 0.73 244.8 0.56 0.18
Hex 18 14 46 42 47 0 49 F5 38 12
Octal 30 24 106 102 107 0 111 365 70 22
Binary 11000 10100 1000110 1000010 1000111 0 1001001 11110101 111000 10010

Color Harmonies of #181446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181446

Black with #181446

Text Example


Text Example

White with #181446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181446; }

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

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

background-color css

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

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

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

border-color css

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

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

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