Html Css Color HEX #181540 Paua

📋 copy color: '#181540'

red 24 ◦ green 21 ◦ blue 64

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

Shades of Paua #181540

Tints of Paua #181540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.27%

 BLUE value IS 64 (25.39% from 255) = 58.72%

R = 22.02%
G = 19.27%
B = 58.72%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#181540 (or 0x181540) is known color: Paua. HEX triplet: 18, 15 and 40. RGB value is (24,21,64). Sum of RGB (Red+Green+Blue) = 24+21+64=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 64 (25.39% from 255 or 58.72% from 109); Max value from RGB is 64 - color contains mainly: blue. Hex color #181540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181540 is #E7EABF. Grayscale: #1A1A1A. Windows color (decimal): -15198912 or 4199704. OLE color: 4199704.

HSL color Cylindrical-coordinate representation of color #181540: hue angle of 244.19º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #181540 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 21 64 -
CMYK 0.62 0.67 0 0.75
HSL 244.19º 0.51% 0.17% -
HSV(B) 244.19º 0.67% 0.25% -
XYZ 1.57 1.1 4.98 -
YUV 26.8 148.99 126 -
System Red Green Blue C M Y K H S L
Decimal 24 21 64 0.62 0.67 0 0.75 244.19 0.51 0.17
Hex 18 15 40 3E 43 0 4B F4 33 11
Octal 30 25 100 76 103 0 113 364 63 21
Binary 11000 10101 1000000 111110 1000011 0 1001011 11110100 110011 10001

Color Harmonies of #181540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181540

Black with #181540

Text Example


Text Example

White with #181540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181540; }

 p { color: rgb(24,21,64); }

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

background-color css

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

 a { background-color: rgb(24,21,64); }

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

border-color css

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

 span { border-color: rgb(24,21,64); }

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