#251C00

Color #251C00 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #251C00

Tints of Maire #251C00

Color information

#251C00 (or 0x251C00) is unknown color: approx Maire. HEX triplet: 25, 1C and 00. RGB value is (37,28,0). Sum of RGB (Red+Green+Blue) = 37+28+0=65 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.92% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 37 - color contains mainly: red. Hex color #251C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251C00 is #DAE3FF. Grayscale: #1B1B1B. Windows color (decimal): -14345216 or 7205. OLE color: 7205.

HSL color Cylindrical-coordinate representation of color #251C00: hue angle of 45.41º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #251C00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB37280-
CMYK00.2410.85
HSL45.41º100%7.25%-
HSV(B)45.41º100%14.51%-
XYZ1.181.220.17-
YUV27.5112.48134.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 56.92%
GREEN value IS 28 (11.33% from 255) = 43.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.92%
G=43.08%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3728000.2410.8545.411007.25
Hex251C001864552d647
Octal45340030144125551447
Binary100101111000011000110010010101011011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251C00; }

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

 H1.HeaderClassName
 {
   color: #251C00;
 }
 .AnyTagClassName
 {
   color: #251C00;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #251C00;
 }
 .BgClassName
 {
   background-color: #251C00;
 }
</style>
border-color css

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

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

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