#251C16

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

Shades of Bokara Grey #251C16

Tints of Bokara Grey #251C16

Color information

#251C16 (or 0x251C16) is unknown color: approx Bokara Grey. HEX triplet: 25, 1C and 16. RGB value is (37,28,22). Sum of RGB (Red+Green+Blue) = 37+28+22=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 37 - color contains mainly: red. Hex color #251C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251C16 is #DAE3E9. Grayscale: #1E1E1E. Windows color (decimal): -14345194 or 1448997. OLE color: 1448997.

HSL color Cylindrical-coordinate representation of color #251C16: hue angle of 24º 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 #251C16 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB372822-
CMYK00.240.410.85
HSL24º25.42%11.57%-
HSV(B)24º40.54%14.51%-
XYZ1.321.280.94-
YUV30.01123.48132.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.53%
GREEN value IS 28 (11.33% from 255) = 32.18%
BLUE value IS 22 (8.98% from 255) = 25.29%
R=42.53%
G=32.18%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37282200.240.410.852425.4211.57
Hex251C1601829551819c
Octal45342603051125303114
Binary1001011110010110011000101001101010111000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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