Html Css Color HEX #251F07 Maire

📋 copy color: '#251F07'

red 37 ◦ green 31 ◦ blue 7

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

Shades of Maire #251F07

Tints of Maire #251F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 9.33%

R = 49.33%
G = 41.33%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.85

RGB Variations

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

Color information

#251F07 (or 0x251F07) is known color: Maire. HEX triplet: 25, 1F and 07. RGB value is (37,31,7). Sum of RGB (Red+Green+Blue) = 37+31+7=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 7 (3.12% from 255 or 9.33% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #251F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F07 is #DAE0F8. Grayscale: #1E1E1E. Windows color (decimal): -14344441 or 466725. OLE color: 466725.

HSL color Cylindrical-coordinate representation of color #251F07: hue angle of 48º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #251F07 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 31 7 -
CMYK 0 0.16 0.81 0.85
HSL 48º 0.68% 0.09% -
HSV(B) 48º 0.81% 0.15% -
XYZ 1.29 1.39 0.4 -
YUV 30.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 37 31 7 0 0.16 0.81 0.85 48 0.68 0.09
Hex 25 1F 7 0 10 51 55 30 44 9
Octal 45 37 7 0 20 121 125 60 104 11
Binary 100101 11111 111 0 10000 1010001 1010101 110000 1000100 1001

Color Harmonies of #251F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251F07

Black with #251F07

Text Example


Text Example

White with #251F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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