#1C130B

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

Shades of Bokara Grey #1C130B

Tints of Bokara Grey #1C130B

Color information

#1C130B (or 0x1C130B) is unknown color: approx Bokara Grey. HEX triplet: 1C, 13 and 0B. RGB value is (28,19,11). Sum of RGB (Red+Green+Blue) = 28+19+11=58 (7% of max value = 765). Red value is 28 (11.33% from 255 or 48.28% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 11 (4.69% from 255 or 18.97% from 58); Max value from RGB is 28 - color contains mainly: red. Hex color #1C130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C130B is #E3ECF4. Grayscale: #141414. Windows color (decimal): -14937333 or 725788. OLE color: 725788.

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

Color convert

RGB281911-
CMYK00.320.610.89
HSL28.24º43.59%7.65%-
HSV(B)28.24º60.71%10.98%-
XYZ0.770.740.42-
YUV20.78122.48133.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 48.28%
GREEN value IS 19 (7.81% from 255) = 32.76%
BLUE value IS 11 (4.69% from 255) = 18.97%
R=48.28%
G=32.76%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28191100.320.610.8928.2443.597.65
Hex1C13B0203D591c2c8
Octal34231304075131345410
Binary1110010011101101000001111011011001111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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