Html Css Color HEX #261757 Paua

📋 copy color: '#261757'

red 38 ◦ green 23 ◦ blue 87

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

Shades of Paua #261757

Tints of Paua #261757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 58.78%

R = 25.68%
G = 15.54%
B = 58.78%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#261757 (or 0x261757) is known color: Paua. HEX triplet: 26, 17 and 57. RGB value is (38,23,87). Sum of RGB (Red+Green+Blue) = 38+23+87=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 87 (34.38% from 255 or 58.78% from 148); Max value from RGB is 87 - color contains mainly: blue. Hex color #261757 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261757 is #D9E8A8. Grayscale: #222222. Windows color (decimal): -14280873 or 5707558. OLE color: 5707558.

HSL color Cylindrical-coordinate representation of color #261757: hue angle of 254.06º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #261757 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 38 23 87 -
CMYK 0.56 0.74 0 0.66
HSL 254.06º 0.58% 0.22% -
HSV(B) 254.06º 0.74% 0.34% -
XYZ 2.83 1.71 9.2 -
YUV 34.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 38 23 87 0.56 0.74 0 0.66 254.06 0.58 0.22
Hex 26 17 57 38 4A 0 42 FE 3A 16
Octal 46 27 127 70 112 0 102 376 72 26
Binary 100110 10111 1010111 111000 1001010 0 1000010 11111110 111010 10110

Color Harmonies of #261757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261757

Black with #261757

Text Example


Text Example

White with #261757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261757; }

 p { color: rgb(38,23,87); }

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

background-color css

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

 a { background-color: rgb(38,23,87); }

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

border-color css

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

 span { border-color: rgb(38,23,87); }

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