#1C150B

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

Shades of Bokara Grey #1C150B

Tints of Bokara Grey #1C150B

Color information

#1C150B (or 0x1C150B) is unknown color: approx Bokara Grey. HEX triplet: 1C, 15 and 0B. RGB value is (28,21,11). Sum of RGB (Red+Green+Blue) = 28+21+11=60 (7% of max value = 765). Red value is 28 (11.33% from 255 or 46.67% from 60); Green value is 21 (8.59% from 255 or 35% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 28 - color contains mainly: red. Hex color #1C150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C150B is #E3EAF4. Grayscale: #161616. Windows color (decimal): -14936821 or 726300. OLE color: 726300.

HSL color Cylindrical-coordinate representation of color #1C150B: hue angle of 35.29º 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 #1C150B is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.89.

Color convert

RGB282111-
CMYK00.250.610.89
HSL35.29º43.59%7.65%-
HSV(B)35.29º60.71%10.98%-
XYZ0.810.810.43-
YUV21.95121.82132.31-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 46.67%
GREEN value IS 21 (8.59% from 255) = 35%
BLUE value IS 11 (4.69% from 255) = 18.33%
R=46.67%
G=35%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28211100.250.610.8935.2943.597.65
Hex1C15B0193D59232c8
Octal34251303175131435410
Binary1110010101101101100111110110110011000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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