#251F19

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

Shades of Bokara Grey #251F19

Tints of Bokara Grey #251F19

Color information

#251F19 (or 0x251F19) is unknown color: approx Bokara Grey. HEX triplet: 25, 1F and 19. RGB value is (37,31,25). Sum of RGB (Red+Green+Blue) = 37+31+25=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 31 (12.5% from 255 or 33.33% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 37 - color contains mainly: red. Hex color #251F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F19 is #DAE0E6. Grayscale: #202020. Windows color (decimal): -14344423 or 1646373. OLE color: 1646373.

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

Color convert

RGB373125-
CMYK00.160.320.85
HSL30º19.35%12.16%-
HSV(B)30º32.43%14.51%-
XYZ1.431.441.12-
YUV32.11123.99131.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.78%
GREEN value IS 31 (12.5% from 255) = 33.33%
BLUE value IS 25 (10.16% from 255) = 26.88%
R=39.78%
G=33.33%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37312500.160.320.853019.3512.16
Hex251F1901020551e13c
Octal45373102040125362314
Binary1001011111111001010000100000101010111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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