Html Css Color HEX #251B00 Maire

📋 copy color: '#251B00'

red 37 ◦ green 27 ◦ blue 0

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

Shades of Maire #251B00

Tints of Maire #251B00

RGB

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

 GREEN value IS 27 (10.94% from 255) = 42.19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.81%
G = 42.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#251B00 (or 0x251B00) is known color: Maire. HEX triplet: 25, 1B and 00. RGB value is (37,27,0). Sum of RGB (Red+Green+Blue) = 37+27+0=64 (8% of max value = 765). Red value is 37 (14.84% from 255 or 57.81% from 64); Green value is 27 (10.94% from 255 or 42.19% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 37 - color contains mainly: red. Hex color #251B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251B00 is #DAE4FF. Grayscale: #1B1B1B. Windows color (decimal): -14345472 or 6949. OLE color: 6949.

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

Color convert

RGB 37 27 0 -
CMYK 0 0.27 1 0.85
HSL 43.78º 1% 0.07% -
HSV(B) 43.78º 1% 0.15% -
XYZ 1.15 1.18 0.17 -
YUV 26.91 112.81 135.2 -
System Red Green Blue C M Y K H S L
Decimal 37 27 0 0 0.27 1 0.85 43.78 1 0.07
Hex 25 1B 0 0 1B 64 55 2C 64 7
Octal 45 33 0 0 33 144 125 54 144 7
Binary 100101 11011 0 0 11011 1100100 1010101 101100 1100100 111

Color Harmonies of #251B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251B00

Black with #251B00

Text Example


Text Example

White with #251B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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