#251D16

Color #251D16 Bokara Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bokara Grey #251D16

Tints of Bokara Grey #251D16

Color information

#251D16 (or 0x251D16) is unknown color: approx Bokara Grey. HEX triplet: 25, 1D and 16. RGB value is (37,29,22). Sum of RGB (Red+Green+Blue) = 37+29+22=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 37 - color contains mainly: red. Hex color #251D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251D16 is #DAE2E9. Grayscale: #1E1E1E. Windows color (decimal): -14344938 or 1449253. OLE color: 1449253.

HSL color Cylindrical-coordinate representation of color #251D16: hue angle of 28º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #251D16 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB372922-
CMYK00.220.410.85
HSL28º25.42%11.57%-
HSV(B)28º40.54%14.51%-
XYZ1.351.330.94-
YUV30.59123.15132.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.05%
GREEN value IS 29 (11.72% from 255) = 32.95%
BLUE value IS 22 (8.98% from 255) = 25%
R=42.05%
G=32.95%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37292200.220.410.852825.4211.57
Hex251D1601629551c19c
Octal45352602651125343114
Binary1001011110110110010110101001101010111100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,29,22); }

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

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

 a { background-color: rgb(37,29,22); }

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

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

 span { border-color: rgb(37,29,22); }

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