Html Css Color HEX #181848 Paua

📋 copy color: '#181848'

red 24 ◦ green 24 ◦ blue 72

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

Shades of Paua #181848

Tints of Paua #181848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20%

 BLUE value IS 72 (28.52% from 255) = 60%

R = 20%
G = 20%
B = 60%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#181848 (or 0x181848) is known color: Paua. HEX triplet: 18, 18 and 48. RGB value is (24,24,72). Sum of RGB (Red+Green+Blue) = 24+24+72=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #181848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181848 is #E7E7B7. Grayscale: #1D1D1D. Windows color (decimal): -15198136 or 4724760. OLE color: 4724760.

HSL color Cylindrical-coordinate representation of color #181848: hue angle of 240º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #181848 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 24 24 72 -
CMYK 0.67 0.67 0 0.72
HSL 240º 0.5% 0.19% -
HSV(B) 240º 0.67% 0.28% -
XYZ 1.87 1.32 6.29 -
YUV 29.47 152 124.1 -
System Red Green Blue C M Y K H S L
Decimal 24 24 72 0.67 0.67 0 0.72 240 0.5 0.19
Hex 18 18 48 43 43 0 48 F0 32 13
Octal 30 30 110 103 103 0 110 360 62 23
Binary 11000 11000 1001000 1000011 1000011 0 1001000 11110000 110010 10011

Color Harmonies of #181848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181848

Black with #181848

Text Example


Text Example

White with #181848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181848; }

 p { color: rgb(24,24,72); }

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

background-color css

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

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

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

border-color css

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

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

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