#251E17

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

Shades of Bokara Grey #251E17

Tints of Bokara Grey #251E17

Color information

#251E17 (or 0x251E17) is unknown color: approx Bokara Grey. HEX triplet: 25, 1E and 17. RGB value is (37,30,23). Sum of RGB (Red+Green+Blue) = 37+30+23=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 30 (12.11% from 255 or 33.33% from 90); Blue value is 23 (9.38% from 255 or 25.56% from 90); Max value from RGB is 37 - color contains mainly: red. Hex color #251E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251E17 is #DAE1E8. Grayscale: #1F1F1F. Windows color (decimal): -14344681 or 1515045. OLE color: 1515045.

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

Color convert

RGB373023-
CMYK00.190.380.85
HSL30º23.33%11.76%-
HSV(B)30º37.84%14.51%-
XYZ1.381.381-
YUV31.3123.32132.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.11%
GREEN value IS 30 (12.11% from 255) = 33.33%
BLUE value IS 23 (9.38% from 255) = 25.56%
R=41.11%
G=33.33%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37302300.190.380.853023.3311.76
Hex251E1701326551e17c
Octal45362702346125362714
Binary1001011111010111010011100110101010111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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