#19130E

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

Shades of Bokara Grey #19130E

Tints of Bokara Grey #19130E

Color information

#19130E (or 0x19130E) is unknown color: approx Bokara Grey. HEX triplet: 19, 13 and 0E. RGB value is (25,19,14). Sum of RGB (Red+Green+Blue) = 25+19+14=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 14 (5.86% from 255 or 24.14% from 58); Max value from RGB is 25 - color contains mainly: red. Hex color #19130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19130E is #E6ECF1. Grayscale: #141414. Windows color (decimal): -15133938 or 922393. OLE color: 922393.

HSL color Cylindrical-coordinate representation of color #19130E: hue angle of 27.27º degrees, saturation: 0.28, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #19130E is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.90.

Color convert

RGB251914-
CMYK00.240.440.90
HSL27.27º28.21%7.65%-
HSV(B)27.27º44%9.8%-
XYZ0.710.70.51-
YUV20.22124.49131.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 43.10%
GREEN value IS 19 (7.81% from 255) = 32.76%
BLUE value IS 14 (5.86% from 255) = 24.14%
R=43.10%
G=32.76%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25191400.240.440.9027.2728.217.65
Hex1913E0182C5A1b1c8
Octal31231603054132333410
Binary11001100111110011000101100101101011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19130E; }

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

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

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

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

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

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

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

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