Html Css Color HEX #181246 Paua

📋 copy color: '#181246'

red 24 ◦ green 18 ◦ blue 70

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

Shades of Paua #181246

Tints of Paua #181246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.07%

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

R = 21.43%
G = 16.07%
B = 62.5%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#181246 (or 0x181246) is known color: Paua. HEX triplet: 18, 12 and 46. RGB value is (24,18,70). Sum of RGB (Red+Green+Blue) = 24+18+70=112 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.43% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 70 (27.73% from 255 or 62.5% from 112); Max value from RGB is 70 - color contains mainly: blue. Hex color #181246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181246 is #E7EDB9. Grayscale: #191919. Windows color (decimal): -15199674 or 4592152. OLE color: 4592152.

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

Color convert

RGB 24 18 70 -
CMYK 0.66 0.74 0 0.73
HSL 246.92º 0.59% 0.17% -
HSV(B) 246.92º 0.74% 0.27% -
XYZ 1.7 1.07 5.91 -
YUV 25.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 24 18 70 0.66 0.74 0 0.73 246.92 0.59 0.17
Hex 18 12 46 42 4A 0 49 F7 3B 11
Octal 30 22 106 102 112 0 111 367 73 21
Binary 11000 10010 1000110 1000010 1001010 0 1001001 11110111 111011 10001

Color Harmonies of #181246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181246

Black with #181246

Text Example


Text Example

White with #181246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181246; }

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

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

background-color css

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

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

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

border-color css

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

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

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