Html Css Color HEX #181151 Paua

📋 copy color: '#181151'

red 24 ◦ green 17 ◦ blue 81

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

Shades of Paua #181151

Tints of Paua #181151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 66.39%

R = 19.67%
G = 13.93%
B = 66.39%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#181151 (or 0x181151) is known color: Paua. HEX triplet: 18, 11 and 51. RGB value is (24,17,81). Sum of RGB (Red+Green+Blue) = 24+17+81=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 81 (32.03% from 255 or 66.39% from 122); Max value from RGB is 81 - color contains mainly: blue. Hex color #181151 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181151 is #E7EEAE. Grayscale: #1A1A1A. Windows color (decimal): -15199919 or 5312792. OLE color: 5312792.

HSL color Cylindrical-coordinate representation of color #181151: hue angle of 246.56º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #181151 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 24 17 81 -
CMYK 0.70 0.79 0 0.68
HSL 246.56º 0.65% 0.19% -
HSV(B) 246.56º 0.79% 0.32% -
XYZ 2.06 1.19 7.91 -
YUV 26.39 158.82 126.3 -
System Red Green Blue C M Y K H S L
Decimal 24 17 81 0.70 0.79 0 0.68 246.56 0.65 0.19
Hex 18 11 51 46 4F 0 44 F7 41 13
Octal 30 21 121 106 117 0 104 367 101 23
Binary 11000 10001 1010001 1000110 1001111 0 1000100 11110111 1000001 10011

Color Harmonies of #181151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181151

Black with #181151

Text Example


Text Example

White with #181151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181151; }

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

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

background-color css

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

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

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

border-color css

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

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

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