Html Css Color HEX #171241 Paua

📋 copy color: '#171241'

red 23 ◦ green 18 ◦ blue 65

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

Shades of Paua #171241

Tints of Paua #171241

RGB

 RED value IS 23 (9.38% from 255) = 21.7%

 GREEN value IS 18 (7.42% from 255) = 16.98%

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

R = 21.7%
G = 16.98%
B = 61.32%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#171241 (or 0x171241) is known color: Paua. HEX triplet: 17, 12 and 41. RGB value is (23,18,65). Sum of RGB (Red+Green+Blue) = 23+18+65=106 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.70% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #171241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171241 is #E8EDBE. Grayscale: #181818. Windows color (decimal): -15265215 or 4264471. OLE color: 4264471.

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

Color convert

RGB 23 18 65 -
CMYK 0.65 0.72 0 0.75
HSL 246.38º 0.57% 0.16% -
HSV(B) 246.38º 0.72% 0.25% -
XYZ 1.52 1 5.11 -
YUV 24.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 23 18 65 0.65 0.72 0 0.75 246.38 0.57 0.16
Hex 17 12 41 41 48 0 4B F6 39 10
Octal 27 22 101 101 110 0 113 366 71 20
Binary 10111 10010 1000001 1000001 1001000 0 1001011 11110110 111001 10000

Color Harmonies of #171241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171241

Black with #171241

Text Example


Text Example

White with #171241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171241; }

 p { color: rgb(23,18,65); }

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

background-color css

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

 a { background-color: rgb(23,18,65); }

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

border-color css

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

 span { border-color: rgb(23,18,65); }

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