Html Css Color HEX #181143 Paua

📋 copy color: '#181143'

red 24 ◦ green 17 ◦ blue 67

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

Shades of Paua #181143

Tints of Paua #181143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 62.04%

R = 22.22%
G = 15.74%
B = 62.04%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#181143 (or 0x181143) is known color: Paua. HEX triplet: 18, 11 and 43. RGB value is (24,17,67). Sum of RGB (Red+Green+Blue) = 24+17+67=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 67 (26.56% from 255 or 62.04% from 108); Max value from RGB is 67 - color contains mainly: blue. Hex color #181143 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181143 is #E7EEBC. Grayscale: #181818. Windows color (decimal): -15199933 or 4395288. OLE color: 4395288.

HSL color Cylindrical-coordinate representation of color #181143: hue angle of 248.4º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #181143 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 24 17 67 -
CMYK 0.64 0.75 0 0.74
HSL 248.4º 0.6% 0.16% -
HSV(B) 248.4º 0.75% 0.26% -
XYZ 1.59 1 5.42 -
YUV 24.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 24 17 67 0.64 0.75 0 0.74 248.4 0.6 0.16
Hex 18 11 43 40 4B 0 4A F8 3C 10
Octal 30 21 103 100 113 0 112 370 74 20
Binary 11000 10001 1000011 1000000 1001011 0 1001010 11111000 111100 10000

Color Harmonies of #181143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181143

Black with #181143

Text Example


Text Example

White with #181143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181143; }

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

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

background-color css

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

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

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

border-color css

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

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

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