#251C1A

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

Shades of Wood Bark #251C1A

Tints of Wood Bark #251C1A

Color information

#251C1A (or 0x251C1A) is unknown color: approx Wood Bark. HEX triplet: 25, 1C and 1A. RGB value is (37,28,26). Sum of RGB (Red+Green+Blue) = 37+28+26=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 37 - color contains mainly: red. Hex color #251C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251C1A is #DAE3E5. Grayscale: #1E1E1E. Windows color (decimal): -14345190 or 1711141. OLE color: 1711141.

HSL color Cylindrical-coordinate representation of color #251C1A: hue angle of 10.91º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #251C1A is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB372826-
CMYK00.240.300.85
HSL10.91º17.46%12.35%-
HSV(B)10.91º29.73%14.51%-
XYZ1.361.31.16-
YUV30.46125.48132.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.66%
GREEN value IS 28 (11.33% from 255) = 30.77%
BLUE value IS 26 (10.55% from 255) = 28.57%
R=40.66%
G=30.77%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37282600.240.300.8510.9117.4612.35
Hex251C1A0181E55b11c
Octal45343203036125132114
Binary10010111100110100110001111010101011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251C1A; }

 p { color: rgb(37,28,26); }

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

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

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

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

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

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

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