#1D130C

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

Shades of Bokara Grey #1D130C

Tints of Bokara Grey #1D130C

Color information

#1D130C (or 0x1D130C) is unknown color: approx Bokara Grey. HEX triplet: 1D, 13 and 0C. RGB value is (29,19,12). Sum of RGB (Red+Green+Blue) = 29+19+12=60 (7% of max value = 765). Red value is 29 (11.72% from 255 or 48.33% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 29 - color contains mainly: red. Hex color #1D130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D130C is #E2ECF3. Grayscale: #151515. Windows color (decimal): -14871796 or 791325. OLE color: 791325.

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

Color convert

RGB291912-
CMYK00.340.590.89
HSL24.71º41.46%8.04%-
HSV(B)24.71º58.62%11.37%-
XYZ0.810.750.45-
YUV21.19122.81133.57-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 48.33%
GREEN value IS 19 (7.81% from 255) = 31.67%
BLUE value IS 12 (5.08% from 255) = 20%
R=48.33%
G=31.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29191200.340.590.8924.7141.468.04
Hex1D13C0223B5919298
Octal35231404273131315110
Binary1110110011110001000101110111011001110011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,19,12); }

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

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

 a { background-color: rgb(29,19,12); }

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

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

 span { border-color: rgb(29,19,12); }

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