#1C150A

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

Shades of Bokara Grey #1C150A

Tints of Bokara Grey #1C150A

Color information

#1C150A (or 0x1C150A) is unknown color: approx Bokara Grey. HEX triplet: 1C, 15 and 0A. RGB value is (28,21,10). Sum of RGB (Red+Green+Blue) = 28+21+10=59 (7% of max value = 765). Red value is 28 (11.33% from 255 or 47.46% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 10 (4.30% from 255 or 16.95% from 59); Max value from RGB is 28 - color contains mainly: red. Hex color #1C150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C150A is #E3EAF5. Grayscale: #151515. Windows color (decimal): -14936822 or 660764. OLE color: 660764.

HSL color Cylindrical-coordinate representation of color #1C150A: hue angle of 36.67º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C150A is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.89.

Color convert

RGB282110-
CMYK00.250.640.89
HSL36.67º47.37%7.45%-
HSV(B)36.67º64.29%10.98%-
XYZ0.80.810.4-
YUV21.84121.32132.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 47.46%
GREEN value IS 21 (8.59% from 255) = 35.59%
BLUE value IS 10 (4.30% from 255) = 16.95%
R=47.46%
G=35.59%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28211000.250.640.8936.6747.377.45
Hex1C15A0194059252f7
Octal34251203110013145577
Binary1110010101101001100110000001011001100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,21,10); }

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

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

 a { background-color: rgb(28,21,10); }

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

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

 span { border-color: rgb(28,21,10); }

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