#191009

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

Shades of Bokara Grey #191009

Tints of Bokara Grey #191009

Color information

#191009 (or 0x191009) is unknown color: approx Bokara Grey. HEX triplet: 19, 10 and 09. RGB value is (25,16,9). Sum of RGB (Red+Green+Blue) = 25+16+9=50 (6% of max value = 765). Red value is 25 (10.16% from 255 or 50% from 50); Green value is 16 (6.64% from 255 or 32% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 25 - color contains mainly: red. Hex color #191009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191009 is #E6EFF6. Grayscale: #111111. Windows color (decimal): -15134711 or 593945. OLE color: 593945.

HSL color Cylindrical-coordinate representation of color #191009: hue angle of 26.25º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #191009 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.90.

Color convert

RGB25169-
CMYK00.360.640.90
HSL26.25º47.06%6.67%-
HSV(B)26.25º64%9.8%-
XYZ0.640.60.34-
YUV17.89122.98133.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 32%
BLUE value IS 9 (3.91% from 255) = 18%
R=50%
G=32%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2516900.360.640.9026.2547.066.67
Hex19109024405A1a2f7
Octal31201104410013232577
Binary1100110000100101001001000000101101011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191009; }

 p { color: rgb(25,16,9); }

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

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

 a { background-color: rgb(25,16,9); }

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

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

 span { border-color: rgb(25,16,9); }

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