Html Css Color HEX #250B00 Seal Brown

📋 copy color: '#250B00'

red 37 ◦ green 11 ◦ blue 0

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

Shades of Seal Brown #250B00

Tints of Seal Brown #250B00

RGB

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

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

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

R = 77.08%
G = 22.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#250B00 (or 0x250B00) is known color: Seal Brown. HEX triplet: 25, 0B and 00. RGB value is (37,11,0). Sum of RGB (Red+Green+Blue) = 37+11+0=48 (6% of max value = 765). Red value is 37 (14.84% from 255 or 77.08% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 37 - color contains mainly: red. Hex color #250B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250B00 is #DAF4FF. Grayscale: #111111. Windows color (decimal): -14349568 or 2853. OLE color: 2853.

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

Color convert

RGB 37 11 0 -
CMYK 0 0.70 1 0.85
HSL 17.84º 1% 0.07% -
HSV(B) 17.84º 1% 0.15% -
XYZ 0.88 0.63 0.08 -
YUV 17.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 37 11 0 0 0.70 1 0.85 17.84 1 0.07
Hex 25 B 0 0 46 64 55 12 64 7
Octal 45 13 0 0 106 144 125 22 144 7
Binary 100101 1011 0 0 1000110 1100100 1010101 10010 1100100 111

Color Harmonies of #250B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B00

Black with #250B00

Text Example


Text Example

White with #250B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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