Html Css Color HEX #181343 Paua

📋 copy color: '#181343'

red 24 ◦ green 19 ◦ blue 67

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

Shades of Paua #181343

Tints of Paua #181343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.27%

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

R = 21.82%
G = 17.27%
B = 60.91%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#181343 (or 0x181343) is known color: Paua. HEX triplet: 18, 13 and 43. RGB value is (24,19,67). Sum of RGB (Red+Green+Blue) = 24+19+67=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 67 (26.56% from 255 or 60.91% from 110); Max value from RGB is 67 - color contains mainly: blue. Hex color #181343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181343 is #E7ECBC. Grayscale: #191919. Windows color (decimal): -15199421 or 4395800. OLE color: 4395800.

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

Color convert

RGB 24 19 67 -
CMYK 0.64 0.72 0 0.74
HSL 246.25º 0.56% 0.17% -
HSV(B) 246.25º 0.72% 0.26% -
XYZ 1.62 1.07 5.43 -
YUV 25.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 24 19 67 0.64 0.72 0 0.74 246.25 0.56 0.17
Hex 18 13 43 40 48 0 4A F6 38 11
Octal 30 23 103 100 110 0 112 366 70 21
Binary 11000 10011 1000011 1000000 1001000 0 1001010 11110110 111000 10001

Color Harmonies of #181343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181343

Black with #181343

Text Example


Text Example

White with #181343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181343; }

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

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

background-color css

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

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

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

border-color css

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

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

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