#191309

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

Shades of Bokara Grey #191309

Tints of Bokara Grey #191309

Color information

#191309 (or 0x191309) is unknown color: approx Bokara Grey. HEX triplet: 19, 13 and 09. RGB value is (25,19,9). Sum of RGB (Red+Green+Blue) = 25+19+9=53 (7% of max value = 765). Red value is 25 (10.16% from 255 or 47.17% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 25 - color contains mainly: red. Hex color #191309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191309 is #E6ECF6. Grayscale: #131313. Windows color (decimal): -15133943 or 594713. OLE color: 594713.

HSL color Cylindrical-coordinate representation of color #191309: hue angle of 37.5º 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 #191309 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.90.

Color convert

RGB25199-
CMYK00.240.640.90
HSL37.5º47.06%6.67%-
HSV(B)37.5º64%9.8%-
XYZ0.680.690.36-
YUV19.65121.99131.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 47.17%
GREEN value IS 19 (7.81% from 255) = 35.85%
BLUE value IS 9 (3.91% from 255) = 16.98%
R=47.17%
G=35.85%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2519900.240.640.9037.547.066.67
Hex19139018405A262f7
Octal31231103010013246577
Binary1100110011100101100010000001011010100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191309; }

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

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

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

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

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

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

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

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