Html Css Color HEX #27251B Maire

📋 copy color: '#27251B'

red 39 ◦ green 37 ◦ blue 27

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

Shades of Maire #27251B

Tints of Maire #27251B

RGB

 RED value IS 39 (15.63% from 255) = 37.86%

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

 BLUE value IS 27 (10.94% from 255) = 26.21%

R = 37.86%
G = 35.92%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.85

RGB Variations

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

Color information

#27251B (or 0x27251B) is known color: Maire. HEX triplet: 27, 25 and 1B. RGB value is (39,37,27). Sum of RGB (Red+Green+Blue) = 39+37+27=103 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.86% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 39 - color contains mainly: red. Hex color #27251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27251B is #D8DAE4. Grayscale: #242424. Windows color (decimal): -14211813 or 1778983. OLE color: 1778983.

HSL color Cylindrical-coordinate representation of color #27251B: hue angle of 50º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #27251B is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 37 27 -
CMYK 0 0.05 0.31 0.85
HSL 50º 0.18% 0.13% -
HSV(B) 50º 0.31% 0.15% -
XYZ 1.7 1.83 1.3 -
YUV 36.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 39 37 27 0 0.05 0.31 0.85 50 0.18 0.13
Hex 27 25 1B 0 5 1F 55 32 12 D
Octal 47 45 33 0 5 37 125 62 22 15
Binary 100111 100101 11011 0 101 11111 1010101 110010 10010 1101

Color Harmonies of #27251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27251B

Black with #27251B

Text Example


Text Example

White with #27251B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27251B; }

 p { color: rgb(39,37,27); }

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

background-color css

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

 a { background-color: rgb(39,37,27); }

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

border-color css

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

 span { border-color: rgb(39,37,27); }

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