Html Css Color HEX #251B02 Maire

📋 copy color: '#251B02'

red 37 ◦ green 27 ◦ blue 2

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

Shades of Maire #251B02

Tints of Maire #251B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.03%

R = 56.06%
G = 40.91%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#251B02 (or 0x251B02) is known color: Maire. HEX triplet: 25, 1B and 02. RGB value is (37,27,2). Sum of RGB (Red+Green+Blue) = 37+27+2=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 27 (10.94% from 255 or 40.91% from 66); Blue value is 2 (1.17% from 255 or 3.03% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #251B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251B02 is #DAE4FD. Grayscale: #1B1B1B. Windows color (decimal): -14345470 or 138021. OLE color: 138021.

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

Color convert

RGB 37 27 2 -
CMYK 0 0.27 0.95 0.85
HSL 42.86º 0.9% 0.08% -
HSV(B) 42.86º 0.95% 0.15% -
XYZ 1.17 1.18 0.22 -
YUV 27.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 37 27 2 0 0.27 0.95 0.85 42.86 0.9 0.08
Hex 25 1B 2 0 1B 5F 55 2B 5A 8
Octal 45 33 2 0 33 137 125 53 132 10
Binary 100101 11011 10 0 11011 1011111 1010101 101011 1011010 1000

Color Harmonies of #251B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251B02

Black with #251B02

Text Example


Text Example

White with #251B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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