#1C130D

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

Shades of Bokara Grey #1C130D

Tints of Bokara Grey #1C130D

Color information

#1C130D (or 0x1C130D) is unknown color: approx Bokara Grey. HEX triplet: 1C, 13 and 0D. RGB value is (28,19,13). Sum of RGB (Red+Green+Blue) = 28+19+13=60 (7% of max value = 765). Red value is 28 (11.33% from 255 or 46.67% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 28 - color contains mainly: red. Hex color #1C130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C130D is #E3ECF2. Grayscale: #151515. Windows color (decimal): -14937331 or 856860. OLE color: 856860.

HSL color Cylindrical-coordinate representation of color #1C130D: hue angle of 24º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1C130D is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.89.

Color convert

RGB281913-
CMYK00.320.540.89
HSL24º36.59%8.04%-
HSV(B)24º53.57%10.98%-
XYZ0.780.740.48-
YUV21.01123.48132.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 46.67%
GREEN value IS 19 (7.81% from 255) = 31.67%
BLUE value IS 13 (5.47% from 255) = 21.67%
R=46.67%
G=31.67%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28191300.320.540.892436.598.04
Hex1C13D020365918258
Octal34231504066131304510
Binary1110010011110101000001101101011001110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C130D; }

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

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

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

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

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

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

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

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