#251F18

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

Shades of Bokara Grey #251F18

Tints of Bokara Grey #251F18

Color information

#251F18 (or 0x251F18) is unknown color: approx Bokara Grey. HEX triplet: 25, 1F and 18. RGB value is (37,31,24). Sum of RGB (Red+Green+Blue) = 37+31+24=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 37 - color contains mainly: red. Hex color #251F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F18 is #DAE0E7. Grayscale: #202020. Windows color (decimal): -14344424 or 1580837. OLE color: 1580837.

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

Color convert

RGB373124-
CMYK00.160.350.85
HSL32.31º21.31%11.96%-
HSV(B)32.31º35.14%14.51%-
XYZ1.421.441.07-
YUV32123.49131.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.22%
GREEN value IS 31 (12.5% from 255) = 33.70%
BLUE value IS 24 (9.77% from 255) = 26.09%
R=40.22%
G=33.70%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37312400.160.350.8532.3121.3111.96
Hex251F1801023552015c
Octal45373002043125402514
Binary10010111111110000100001000111010101100000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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