Html Css Color HEX #251E01 Maire

📋 copy color: '#251E01'

red 37 ◦ green 30 ◦ blue 1

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

Shades of Maire #251E01

Tints of Maire #251E01

RGB

 RED value IS 37 (14.84% from 255) = 54.41%

 GREEN value IS 30 (12.11% from 255) = 44.12%

 BLUE value IS 1 (0.78% from 255) = 1.47%

R = 54.41%
G = 44.12%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#251E01 (or 0x251E01) is known color: Maire. HEX triplet: 25, 1E and 01. RGB value is (37,30,1). Sum of RGB (Red+Green+Blue) = 37+30+1=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 30 (12.11% from 255 or 44.12% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #251E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251E01 is #DAE1FE. Grayscale: #1C1C1C. Windows color (decimal): -14344703 or 73253. OLE color: 73253.

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

Color convert

RGB 37 30 1 -
CMYK 0 0.19 0.97 0.85
HSL 48.33º 0.95% 0.07% -
HSV(B) 48.33º 0.97% 0.15% -
XYZ 1.23 1.32 0.22 -
YUV 28.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 37 30 1 0 0.19 0.97 0.85 48.33 0.95 0.07
Hex 25 1E 1 0 13 61 55 30 5F 7
Octal 45 36 1 0 23 141 125 60 137 7
Binary 100101 11110 1 0 10011 1100001 1010101 110000 1011111 111

Color Harmonies of #251E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251E01

Black with #251E01

Text Example


Text Example

White with #251E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,30,1); }

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

background-color css

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

 a { background-color: rgb(37,30,1); }

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

border-color css

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

 span { border-color: rgb(37,30,1); }

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