#251C05

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

Shades of Maire #251C05

Tints of Maire #251C05

Color information

#251C05 (or 0x251C05) is unknown color: approx Maire. HEX triplet: 25, 1C and 05. RGB value is (37,28,5). Sum of RGB (Red+Green+Blue) = 37+28+5=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 28 (11.33% from 255 or 40% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #251C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251C05 is #DAE3FA. Grayscale: #1C1C1C. Windows color (decimal): -14345211 or 334885. OLE color: 334885.

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

Color convert

RGB37285-
CMYK00.240.860.85
HSL43.12º76.19%8.24%-
HSV(B)43.12º86.49%14.51%-
XYZ1.211.230.32-
YUV28.07114.98134.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 52.86%
GREEN value IS 28 (11.33% from 255) = 40%
BLUE value IS 5 (2.34% from 255) = 7.14%
R=52.86%
G=40%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3728500.240.860.8543.1276.198.24
Hex251C501856552b4c8
Octal453450301261255311410
Binary100101111001010110001010110101010110101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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