#19130F

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

Shades of Bokara Grey #19130F

Tints of Bokara Grey #19130F

Color information

#19130F (or 0x19130F) is unknown color: approx Bokara Grey. HEX triplet: 19, 13 and 0F. RGB value is (25,19,15). Sum of RGB (Red+Green+Blue) = 25+19+15=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 15 (6.25% from 255 or 25.42% from 59); Max value from RGB is 25 - color contains mainly: red. Hex color #19130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19130F is #E6ECF0. Grayscale: #141414. Windows color (decimal): -15133937 or 987929. OLE color: 987929.

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

Color convert

RGB251915-
CMYK00.240.400.90
HSL24º25%7.84%-
HSV(B)24º40%9.8%-
XYZ0.720.710.55-
YUV20.34124.99131.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 42.37%
GREEN value IS 19 (7.81% from 255) = 32.20%
BLUE value IS 15 (6.25% from 255) = 25.42%
R=42.37%
G=32.20%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25191500.240.400.9024257.84
Hex1913F018285A18198
Octal31231703050132303110
Binary11001100111111011000101000101101011000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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