Html Css Color HEX #261959 Paua

📋 copy color: '#261959'

red 38 ◦ green 25 ◦ blue 89

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

Shades of Paua #261959

Tints of Paua #261959

RGB

 RED value IS 38 (15.23% from 255) = 25%

 GREEN value IS 25 (10.16% from 255) = 16.45%

 BLUE value IS 89 (35.16% from 255) = 58.55%

R = 25%
G = 16.45%
B = 58.55%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#261959 (or 0x261959) is known color: Paua. HEX triplet: 26, 19 and 59. RGB value is (38,25,89). Sum of RGB (Red+Green+Blue) = 38+25+89=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #261959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261959 is #D9E6A6. Grayscale: #232323. Windows color (decimal): -14280359 or 5839142. OLE color: 5839142.

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

Color convert

RGB 38 25 89 -
CMYK 0.57 0.72 0 0.65
HSL 252.19º 0.56% 0.22% -
HSV(B) 252.19º 0.72% 0.35% -
XYZ 2.95 1.83 9.65 -
YUV 36.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 38 25 89 0.57 0.72 0 0.65 252.19 0.56 0.22
Hex 26 19 59 39 48 0 41 FC 38 16
Octal 46 31 131 71 110 0 101 374 70 26
Binary 100110 11001 1011001 111001 1001000 0 1000001 11111100 111000 10110

Color Harmonies of #261959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261959

Black with #261959

Text Example


Text Example

White with #261959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261959; }

 p { color: rgb(38,25,89); }

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

background-color css

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

 a { background-color: rgb(38,25,89); }

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

border-color css

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

 span { border-color: rgb(38,25,89); }

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