Html Css Color HEX #250B0B Seal Brown

📋 copy color: '#250B0B'

red 37 ◦ green 11 ◦ blue 11

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

Shades of Seal Brown #250B0B

Tints of Seal Brown #250B0B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 18.64%

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

R = 62.71%
G = 18.64%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#250B0B (or 0x250B0B) is known color: Seal Brown. HEX triplet: 25, 0B and 0B. RGB value is (37,11,11). Sum of RGB (Red+Green+Blue) = 37+11+11=59 (7% of max value = 765). Red value is 37 (14.84% from 255 or 62.71% from 59); Green value is 11 (4.69% from 255 or 18.64% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 37 - color contains mainly: red. Hex color #250B0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250B0B is #DAF4F4. Grayscale: #121212. Windows color (decimal): -14349557 or 723749. OLE color: 723749.

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

Color convert

RGB 37 11 11 -
CMYK 0 0.70 0.70 0.85
HSL 0.54% 0.09% -
HSV(B) 0.7% 0.15% -
XYZ 0.94 0.66 0.39 -
YUV 18.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 37 11 11 0 0.70 0.70 0.85 0 0.54 0.09
Hex 25 B B 0 46 46 55 0 36 9
Octal 45 13 13 0 106 106 125 0 66 11
Binary 100101 1011 1011 0 1000110 1000110 1010101 0 110110 1001

Color Harmonies of #250B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B0B

Black with #250B0B

Text Example


Text Example

White with #250B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250B0B; }

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

 H1.HeaderClassName
 {
   color: #250B0B;
 }
 .AnyTagClassName
 {
   color: #250B0B;
 }
</style>

background-color css

<style>
 a { background-color: #250B0B; }

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

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

border-color css

<style>
 span { border-color: #250B0B; }

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

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