Html Css Color HEX #250B01 Seal Brown

📋 copy color: '#250B01'

red 37 ◦ green 11 ◦ blue 1

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

Shades of Seal Brown #250B01

Tints of Seal Brown #250B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 2.04%

R = 75.51%
G = 22.45%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#250B01 (or 0x250B01) is known color: Seal Brown. HEX triplet: 25, 0B and 01. RGB value is (37,11,1). Sum of RGB (Red+Green+Blue) = 37+11+1=49 (6% of max value = 765). Red value is 37 (14.84% from 255 or 75.51% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 37 - color contains mainly: red. Hex color #250B01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250B01 is #DAF4FE. Grayscale: #111111. Windows color (decimal): -14349567 or 68389. OLE color: 68389.

HSL color Cylindrical-coordinate representation of color #250B01: hue angle of 16.67º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250B01 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 11 1 -
CMYK 0 0.70 0.97 0.85
HSL 16.67º 0.95% 0.07% -
HSV(B) 16.67º 0.97% 0.15% -
XYZ 0.89 0.63 0.1 -
YUV 17.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 37 11 1 0 0.70 0.97 0.85 16.67 0.95 0.07
Hex 25 B 1 0 46 61 55 11 5F 7
Octal 45 13 1 0 106 141 125 21 137 7
Binary 100101 1011 1 0 1000110 1100001 1010101 10001 1011111 111

Color Harmonies of #250B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B01

Black with #250B01

Text Example


Text Example

White with #250B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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