Html Css Color HEX #181853 Paua

📋 copy color: '#181853'

red 24 ◦ green 24 ◦ blue 83

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

Shades of Paua #181853

Tints of Paua #181853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 63.36%

R = 18.32%
G = 18.32%
B = 63.36%

CMYK

 C value IS 0.71

 M value IS 0.71

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#181853 (or 0x181853) is known color: Paua. HEX triplet: 18, 18 and 53. RGB value is (24,24,83). Sum of RGB (Red+Green+Blue) = 24+24+83=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 83 (32.81% from 255 or 63.36% from 131); Max value from RGB is 83 - color contains mainly: blue. Hex color #181853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181853 is #E7E7AC. Grayscale: #1E1E1E. Windows color (decimal): -15198125 or 5445656. OLE color: 5445656.

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

Color convert

RGB 24 24 83 -
CMYK 0.71 0.71 0 0.67
HSL 240º 0.55% 0.21% -
HSV(B) 240º 0.71% 0.33% -
XYZ 2.26 1.47 8.35 -
YUV 30.73 157.5 123.2 -
System Red Green Blue C M Y K H S L
Decimal 24 24 83 0.71 0.71 0 0.67 240 0.55 0.21
Hex 18 18 53 47 47 0 43 F0 37 15
Octal 30 30 123 107 107 0 103 360 67 25
Binary 11000 11000 1010011 1000111 1000111 0 1000011 11110000 110111 10101

Color Harmonies of #181853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181853

Black with #181853

Text Example


Text Example

White with #181853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181853; }

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

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

background-color css

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

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

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

border-color css

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

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

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