Html Css Color HEX #191541 Paua

📋 copy color: '#191541'

red 25 ◦ green 21 ◦ blue 65

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

Shades of Paua #191541

Tints of Paua #191541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.92%

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

R = 22.52%
G = 18.92%
B = 58.56%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#191541 (or 0x191541) is known color: Paua. HEX triplet: 19, 15 and 41. RGB value is (25,21,65). Sum of RGB (Red+Green+Blue) = 25+21+65=111 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.52% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 65 (25.78% from 255 or 58.56% from 111); Max value from RGB is 65 - color contains mainly: blue. Hex color #191541 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191541 is #E6EABE. Grayscale: #1B1B1B. Windows color (decimal): -15133375 or 4265241. OLE color: 4265241.

HSL color Cylindrical-coordinate representation of color #191541: hue angle of 245.45º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #191541 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 21 65 -
CMYK 0.62 0.68 0 0.75
HSL 245.45º 0.51% 0.17% -
HSV(B) 245.45º 0.68% 0.25% -
XYZ 1.62 1.12 5.13 -
YUV 27.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 25 21 65 0.62 0.68 0 0.75 245.45 0.51 0.17
Hex 19 15 41 3E 44 0 4B F5 33 11
Octal 31 25 101 76 104 0 113 365 63 21
Binary 11001 10101 1000001 111110 1000100 0 1001011 11110101 110011 10001

Color Harmonies of #191541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191541

Black with #191541

Text Example


Text Example

White with #191541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191541; }

 p { color: rgb(25,21,65); }

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

background-color css

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

 a { background-color: rgb(25,21,65); }

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

border-color css

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

 span { border-color: rgb(25,21,65); }

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