#18130D

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

Shades of Bokara Grey #18130D

Tints of Bokara Grey #18130D

Color information

#18130D (or 0x18130D) is unknown color: approx Bokara Grey. HEX triplet: 18, 13 and 0D. RGB value is (24,19,13). Sum of RGB (Red+Green+Blue) = 24+19+13=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 13 (5.47% from 255 or 23.21% from 56); Max value from RGB is 24 - color contains mainly: red. Hex color #18130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18130D is #E7ECF2. Grayscale: #131313. Windows color (decimal): -15199475 or 856856. OLE color: 856856.

HSL color Cylindrical-coordinate representation of color #18130D: hue angle of 32.73º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #18130D is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.91.

Color convert

RGB241913-
CMYK00.210.460.91
HSL32.73º29.73%7.25%-
HSV(B)32.73º45.83%9.41%-
XYZ0.680.690.48-
YUV19.81124.16130.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 42.86%
GREEN value IS 19 (7.81% from 255) = 33.93%
BLUE value IS 13 (5.47% from 255) = 23.21%
R=42.86%
G=33.93%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24191300.210.460.9132.7329.737.25
Hex1813D0152E5B211e7
Octal3023150255613341367
Binary11000100111101010101101110101101110000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18130D; }

 p { color: rgb(24,19,13); }

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

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

 a { background-color: rgb(24,19,13); }

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

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

 span { border-color: rgb(24,19,13); }

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