#251002

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

Shades of Wood Bark #251002

Tints of Wood Bark #251002

Color information

#251002 (or 0x251002) is unknown color: approx Wood Bark. HEX triplet: 25, 10 and 02. RGB value is (37,16,2). Sum of RGB (Red+Green+Blue) = 37+16+2=55 (7% of max value = 765). Red value is 37 (14.84% from 255 or 67.27% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 37 - color contains mainly: red. Hex color #251002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251002 is #DAEFFD. Grayscale: #141414. Windows color (decimal): -14348286 or 135205. OLE color: 135205.

HSL color Cylindrical-coordinate representation of color #251002: hue angle of 24º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #251002 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB37162-
CMYK00.570.950.85
HSL24º89.74%7.65%-
HSV(B)24º94.59%14.51%-
XYZ0.960.770.16-
YUV20.68117.46139.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 67.27%
GREEN value IS 16 (6.64% from 255) = 29.09%
BLUE value IS 2 (1.17% from 255) = 3.64%
R=67.27%
G=29.09%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3716200.570.950.852489.747.65
Hex251020395F55185a8
Octal452020711371253013210
Binary10010110000100111001101111110101011100010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251002; }

 p { color: rgb(37,16,2); }

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

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

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

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

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

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

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