#250F00

Color #250F00 Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #250F00

Tints of Wood Bark #250F00

Color information

#250F00 (or 0x250F00) is unknown color: approx Wood Bark. HEX triplet: 25, 0F and 00. RGB value is (37,15,0). Sum of RGB (Red+Green+Blue) = 37+15+0=52 (6% of max value = 765). Red value is 37 (14.84% from 255 or 71.15% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 0 (0.39% from 255 or 0% from 52); Max value from RGB is 37 - color contains mainly: red. Hex color #250F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250F00 is #DAF0FF. Grayscale: #131313. Windows color (decimal): -14348544 or 3877. OLE color: 3877.

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

Color convert

RGB37150-
CMYK00.5910.85
HSL24.32º100%7.25%-
HSV(B)24.32º100%14.51%-
XYZ0.930.730.09-
YUV19.87116.79140.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 71.15%
GREEN value IS 15 (6.25% from 255) = 28.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.15%
G=28.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3715000.5910.8524.321007.25
Hex25F003B645518647
Octal45170073144125301447
Binary10010111110011101111001001010101110001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #250F00;
 }
 .AnyTagClassName
 {
   color: #250F00;
 }
</style>
background-color css

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

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

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

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

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

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