#251E18

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

Shades of Bokara Grey #251E18

Tints of Bokara Grey #251E18

Color information

#251E18 (or 0x251E18) is unknown color: approx Bokara Grey. HEX triplet: 25, 1E and 18. RGB value is (37,30,24). Sum of RGB (Red+Green+Blue) = 37+30+24=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 37 - color contains mainly: red. Hex color #251E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251E18 is #DAE1E7. Grayscale: #1F1F1F. Windows color (decimal): -14344680 or 1580581. OLE color: 1580581.

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

Color convert

RGB373024-
CMYK00.190.350.85
HSL27.69º21.31%11.96%-
HSV(B)27.69º35.14%14.51%-
XYZ1.391.391.06-
YUV31.41123.82131.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.66%
GREEN value IS 30 (12.11% from 255) = 32.97%
BLUE value IS 24 (9.77% from 255) = 26.37%
R=40.66%
G=32.97%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37302400.190.350.8527.6921.3111.96
Hex251E1801323551c15c
Octal45363002343125342514
Binary1001011111011000010011100011101010111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,30,24); }

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

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

 a { background-color: rgb(37,30,24); }

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

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

 span { border-color: rgb(37,30,24); }

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