Html Css Color HEX #25230B Maire

📋 copy color: '#25230B'

red 37 ◦ green 35 ◦ blue 11

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

Shades of Maire #25230B

Tints of Maire #25230B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 42.17%

 BLUE value IS 11 (4.69% from 255) = 13.25%

R = 44.58%
G = 42.17%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#25230B (or 0x25230B) is known color: Maire. HEX triplet: 25, 23 and 0B. RGB value is (37,35,11). Sum of RGB (Red+Green+Blue) = 37+35+11=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #25230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25230B is #DADCF4. Grayscale: #202020. Windows color (decimal): -14343413 or 729893. OLE color: 729893.

HSL color Cylindrical-coordinate representation of color #25230B: hue angle of 55.38º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25230B is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 35 11 -
CMYK 0 0.05 0.70 0.85
HSL 55.38º 0.54% 0.09% -
HSV(B) 55.38º 0.7% 0.15% -
XYZ 1.42 1.62 0.55 -
YUV 32.86 115.66 130.95 -
System Red Green Blue C M Y K H S L
Decimal 37 35 11 0 0.05 0.70 0.85 55.38 0.54 0.09
Hex 25 23 B 0 5 46 55 37 36 9
Octal 45 43 13 0 5 106 125 67 66 11
Binary 100101 100011 1011 0 101 1000110 1010101 110111 110110 1001

Color Harmonies of #25230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25230B

Black with #25230B

Text Example


Text Example

White with #25230B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25230B; }

 p { color: rgb(37,35,11); }

 H1.HeaderClassName
 {
   color: #25230B;
 }
 .AnyTagClassName
 {
   color: #25230B;
 }
</style>

background-color css

<style>
 a { background-color: #25230B; }

 a { background-color: rgb(37,35,11); }

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

border-color css

<style>
 span { border-color: #25230B; }

 span { border-color: rgb(37,35,11); }

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