Html Css Color HEX #181341 Paua

📋 copy color: '#181341'

red 24 ◦ green 19 ◦ blue 65

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

Shades of Paua #181341

Tints of Paua #181341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 60.19%

R = 22.22%
G = 17.59%
B = 60.19%

CMYK

 C value IS 0.63

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#181341 (or 0x181341) is known color: Paua. HEX triplet: 18, 13 and 41. RGB value is (24,19,65). Sum of RGB (Red+Green+Blue) = 24+19+65=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 65 (25.78% from 255 or 60.19% from 108); Max value from RGB is 65 - color contains mainly: blue. Hex color #181341 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181341 is #E7ECBE. Grayscale: #191919. Windows color (decimal): -15199423 or 4264728. OLE color: 4264728.

HSL color Cylindrical-coordinate representation of color #181341: hue angle of 246.52º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #181341 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 19 65 -
CMYK 0.63 0.71 0 0.75
HSL 246.52º 0.55% 0.16% -
HSV(B) 246.52º 0.71% 0.25% -
XYZ 1.56 1.04 5.12 -
YUV 25.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 24 19 65 0.63 0.71 0 0.75 246.52 0.55 0.16
Hex 18 13 41 3F 47 0 4B F7 37 10
Octal 30 23 101 77 107 0 113 367 67 20
Binary 11000 10011 1000001 111111 1000111 0 1001011 11110111 110111 10000

Color Harmonies of #181341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181341

Black with #181341

Text Example


Text Example

White with #181341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181341; }

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

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

background-color css

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

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

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

border-color css

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

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

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