Html Css Color HEX #261C25 Mardi Gras

📋 copy color: '#261C25'

red 38 ◦ green 28 ◦ blue 37

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

Shades of Mardi Gras #261C25

Tints of Mardi Gras #261C25

RGB

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

 GREEN value IS 28 (11.33% from 255) = 27.18%

 BLUE value IS 37 (14.84% from 255) = 35.92%

R = 36.89%
G = 27.18%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#261C25 (or 0x261C25) is known color: Mardi Gras. HEX triplet: 26, 1C and 25. RGB value is (38,28,37). Sum of RGB (Red+Green+Blue) = 38+28+37=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 38 - color contains mainly: red. Hex color #261C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261C25 is #D9E3DA. Grayscale: #1F1F1F. Windows color (decimal): -14279643 or 2432038. OLE color: 2432038.

HSL color Cylindrical-coordinate representation of color #261C25: hue angle of 306º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #261C25 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 28 37 -
CMYK 0 0.26 0.03 0.85
HSL 306º 0.15% 0.13% -
HSV(B) 306º 0.26% 0.15% -
XYZ 1.55 1.38 1.93 -
YUV 32.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 38 28 37 0 0.26 0.03 0.85 306 0.15 0.13
Hex 26 1C 25 0 1A 3 55 132 F D
Octal 46 34 45 0 32 3 125 462 17 15
Binary 100110 11100 100101 0 11010 11 1010101 100110010 1111 1101

Color Harmonies of #261C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261C25

Black with #261C25

Text Example


Text Example

White with #261C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261C25; }

 p { color: rgb(38,28,37); }

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

background-color css

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

 a { background-color: rgb(38,28,37); }

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

border-color css

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

 span { border-color: rgb(38,28,37); }

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