#251C15

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

Shades of Bokara Grey #251C15

Tints of Bokara Grey #251C15

Color information

#251C15 (or 0x251C15) is unknown color: approx Bokara Grey. HEX triplet: 25, 1C and 15. RGB value is (37,28,21). Sum of RGB (Red+Green+Blue) = 37+28+21=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 28 (11.33% from 255 or 32.56% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 37 - color contains mainly: red. Hex color #251C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251C15 is #DAE3EA. Grayscale: #1D1D1D. Windows color (decimal): -14345195 or 1383461. OLE color: 1383461.

HSL color Cylindrical-coordinate representation of color #251C15: hue angle of 26.25º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #251C15 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.85.

Color convert

RGB372821-
CMYK00.240.430.85
HSL26.25º27.59%11.37%-
HSV(B)26.25º43.24%14.51%-
XYZ1.311.280.89-
YUV29.89122.98133.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.02%
GREEN value IS 28 (11.33% from 255) = 32.56%
BLUE value IS 21 (8.59% from 255) = 24.42%
R=43.02%
G=32.56%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37282100.240.430.8526.2527.5911.37
Hex251C150182B551a1cb
Octal45342503053125323413
Binary1001011110010101011000101011101010111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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