Html Css Color HEX #251F01 Maire

📋 copy color: '#251F01'

red 37 ◦ green 31 ◦ blue 1

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

Shades of Maire #251F01

Tints of Maire #251F01

RGB

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

 GREEN value IS 31 (12.5% from 255) = 44.93%

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

R = 53.62%
G = 44.93%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#251F01 (or 0x251F01) is known color: Maire. HEX triplet: 25, 1F and 01. RGB value is (37,31,1). Sum of RGB (Red+Green+Blue) = 37+31+1=69 (9% of max value = 765). Red value is 37 (14.84% from 255 or 53.62% from 69); Green value is 31 (12.5% from 255 or 44.93% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 37 - color contains mainly: red. Hex color #251F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F01 is #DAE0FE. Grayscale: #1D1D1D. Windows color (decimal): -14344447 or 73509. OLE color: 73509.

HSL color Cylindrical-coordinate representation of color #251F01: hue angle of 50º 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 #251F01 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 31 1 -
CMYK 0 0.16 0.97 0.85
HSL 50º 0.95% 0.07% -
HSV(B) 50º 0.97% 0.15% -
XYZ 1.26 1.38 0.23 -
YUV 29.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 37 31 1 0 0.16 0.97 0.85 50 0.95 0.07
Hex 25 1F 1 0 10 61 55 32 5F 7
Octal 45 37 1 0 20 141 125 62 137 7
Binary 100101 11111 1 0 10000 1100001 1010101 110010 1011111 111

Color Harmonies of #251F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251F01

Black with #251F01

Text Example


Text Example

White with #251F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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