Html Css Color HEX #191744 Paua

📋 copy color: '#191744'

red 25 ◦ green 23 ◦ blue 68

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

Shades of Paua #191744

Tints of Paua #191744

RGB

 RED value IS 25 (10.16% from 255) = 21.55%

 GREEN value IS 23 (9.38% from 255) = 19.83%

 BLUE value IS 68 (26.95% from 255) = 58.62%

R = 21.55%
G = 19.83%
B = 58.62%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#191744 (or 0x191744) is known color: Paua. HEX triplet: 19, 17 and 44. RGB value is (25,23,68). Sum of RGB (Red+Green+Blue) = 25+23+68=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 68 (26.95% from 255 or 58.62% from 116); Max value from RGB is 68 - color contains mainly: blue. Hex color #191744 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191744 is #E6E8BB. Grayscale: #1C1C1C. Windows color (decimal): -15132860 or 4462361. OLE color: 4462361.

HSL color Cylindrical-coordinate representation of color #191744: hue angle of 242.67º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #191744 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 25 23 68 -
CMYK 0.63 0.66 0 0.73
HSL 242.67º 0.49% 0.18% -
HSV(B) 242.67º 0.66% 0.27% -
XYZ 1.75 1.24 5.62 -
YUV 28.73 150.16 125.34 -
System Red Green Blue C M Y K H S L
Decimal 25 23 68 0.63 0.66 0 0.73 242.67 0.49 0.18
Hex 19 17 44 3F 42 0 49 F3 31 12
Octal 31 27 104 77 102 0 111 363 61 22
Binary 11001 10111 1000100 111111 1000010 0 1001001 11110011 110001 10010

Color Harmonies of #191744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191744

Black with #191744

Text Example


Text Example

White with #191744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191744; }

 p { color: rgb(25,23,68); }

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

background-color css

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

 a { background-color: rgb(25,23,68); }

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

border-color css

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

 span { border-color: rgb(25,23,68); }

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