#251E19

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

Shades of Bokara Grey #251E19

Tints of Bokara Grey #251E19

Color information

#251E19 (or 0x251E19) is unknown color: approx Bokara Grey. HEX triplet: 25, 1E and 19. RGB value is (37,30,25). Sum of RGB (Red+Green+Blue) = 37+30+25=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 37 - color contains mainly: red. Hex color #251E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251E19 is #DAE1E6. Grayscale: #1F1F1F. Windows color (decimal): -14344679 or 1646117. OLE color: 1646117.

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

Color convert

RGB373025-
CMYK00.190.320.85
HSL25º19.35%12.16%-
HSV(B)25º32.43%14.51%-
XYZ1.41.391.11-
YUV31.52124.32131.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.22%
GREEN value IS 30 (12.11% from 255) = 32.61%
BLUE value IS 25 (10.16% from 255) = 27.17%
R=40.22%
G=32.61%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37302500.190.320.852519.3512.16
Hex251E1901320551913c
Octal45363102340125312314
Binary1001011111011001010011100000101010111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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